Home
last modified time | relevance | path

Searched refs:tracefs_synth_alloc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-synth.txt6 tracefs_synth_alloc, tracefs_synth_add_match_field, tracefs_synth_add_compare_field, tracefs_synth_…
16 struct tracefs_synth pass:[*]*tracefs_synth_alloc*(struct tep_handle pass:[*]_tep_,
72 *tracefs_synth_alloc*() allocates and initializes a synthetic event.
159 *tracefs_synth_alloc*().
163 *tracefs_synth_alloc*() returns an allocated struct tracefs_synth descriptor
212 synth = tracefs_synth_alloc(tep, "wakeup_lat",
H A Dlibtracefs-synth2.txt49 across all instances. A synthetic event must be created with *tracefs_synth_alloc*(3) before
126 synth = tracefs_synth_alloc(tep, "wakeup_lat",
241 *tracefs_synth_alloc*(3),
H A Dlibtracefs-synth-info.txt47 See *tracefs_synth_alloc*(3) for allocation of synthetic events, and
145 synth = tracefs_synth_alloc(tep, "wakeup_lat",
260 *tracefs_synth_alloc*(3),
H A Dlibtracefs.txt179 struct tracefs_synth pass:[*]*tracefs_synth_alloc*(struct tep_handle pass:[*]_tep_,
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h564 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep,
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-hist.c1112 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep, in tracefs_synth_alloc() function
H A Dtracefs-sqlhist.c1456 synth = tracefs_synth_alloc(tep, name, start_system, in build_synth()
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c1031 synth[i] = tracefs_synth_alloc(tep, sevents[i].name, in test_instance_synthetic()