Searched refs:tracefs_synth_create (Results 1 – 9 of 9) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-synth2.txt | 6 tracefs_synth_create, tracefs_synth_destroy, tracefs_synth_complete, 16 int *tracefs_synth_create*(struct tracefs_synth pass:[*]_synth_); 49 *tracefs_synth_create*() creates the synthetic event in the system. By default, 86 *tracefs_synth_create()*, in order to use the new instance when creating the 213 tracefs_synth_create(synth);
|
D | libtracefs-synth-info.txt | 48 *tracefs_synth_create*() for creating the synthetic event on the system. 50 *tracefs_synth_echo_cmd*() acts like *tracefs_synth_create*(), but instead of creating 217 tracefs_synth_create(synth); 268 *tracefs_synth_create*(3),
|
D | libtracefs-synth.txt | 74 to do so. See *tracefs_synth_create*(3) for how to create the synthetic 284 tracefs_synth_create(synth); 313 *tracefs_synth_create*(3), 330 *tracefs_synth_create*(3),
|
D | libtracefs-sql.txt | 440 ret = tracefs_synth_create(synth); 618 *tracefs_synth_create*(3),
|
D | libtracefs.txt | 266 int *tracefs_synth_create*(struct tracefs_synth pass:[*]_synth_);
|
/external/trace-cmd/tracecmd/ |
D | trace-sqlhist.c | 93 ret = tracefs_synth_create(synth); in do_sql()
|
/external/libtracefs/include/ |
D | tracefs.h | 649 int tracefs_synth_create(struct tracefs_synth *synth);
|
/external/libtracefs/src/ |
D | tracefs-hist.c | 2290 int tracefs_synth_create(struct tracefs_synth *synth) in tracefs_synth_create() function
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 2079 ret = tracefs_synth_create(synth[i]); in test_instance_synthetic()
|