Searched refs:tracefs_synth_alloc (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libtracefs/Documentation/ |
H A D | libtracefs-synth.txt | 6 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 D | libtracefs-synth2.txt | 49 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 D | libtracefs-synth-info.txt | 47 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 D | libtracefs.txt | 179 struct tracefs_synth pass:[*]*tracefs_synth_alloc*(struct tep_handle pass:[*]_tep_,
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs.h | 564 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep,
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-hist.c | 1112 struct tracefs_synth *tracefs_synth_alloc(struct tep_handle *tep, in tracefs_synth_alloc() function
|
H A D | tracefs-sqlhist.c | 1456 synth = tracefs_synth_alloc(tep, name, start_system, in build_synth()
|
/aosp_15_r20/external/libtracefs/utest/ |
H A D | tracefs-utest.c | 1031 synth[i] = tracefs_synth_alloc(tep, sevents[i].name, in test_instance_synthetic()
|