Home
last modified time | relevance | path

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

/external/libtracefs/Documentation/
Dlibtracefs-synth2.txt62 the _name_ elements used in *tracefs_synth_add_end_field*(3).
69 the _name_ elements used in *tracefs_synth_add_end_field*(3).
75 _var_ must be one of the _name_ elements used in *tracefs_synth_add_end_field*(3).
140 tracefs_synth_add_end_field(synth, "next_comm", "comm");
143 tracefs_synth_add_end_field(synth, "prev_prio", NULL);
245 *tracefs_synth_add_end_field*(3),
Dlibtracefs-synth.txt7 tracefs_synth_add_end_field, tracefs_synth_append_start_filter, tracefs_synth_append_end_filter, tr…
37 int *tracefs_synth_add_end_field*(struct tracefs_synth pass:[*]_synth_,
119 *tracefs_synth_add_end_field*() - Records the _end_field_ of the ending
226 tracefs_synth_add_end_field(synth, "next_comm", "comm");
229 tracefs_synth_add_end_field(synth, "prev_prio", NULL);
Dlibtracefs-synth-info.txt159 tracefs_synth_add_end_field(synth, "next_comm", "comm");
162 tracefs_synth_add_end_field(synth, "prev_prio", NULL);
264 *tracefs_synth_add_end_field*(3),
Dlibtracefs.txt200 int *tracefs_synth_add_end_field*(struct tracefs_synth pass:[*]_synth_,
Dlibtracefs-sql.txt586 *tracefs_synth_add_end_field*(3),
/external/libtracefs/include/
Dtracefs.h585 int tracefs_synth_add_end_field(struct tracefs_synth *synth,
/external/libtracefs/src/
Dtracefs-sqlhist.c1500 ret = tracefs_synth_add_end_field(synth, in build_synth()
Dtracefs-hist.c1551 int tracefs_synth_add_end_field(struct tracefs_synth *synth, in tracefs_synth_add_end_field() function