Home
last modified time | relevance | path

Searched refs:tracefs_synth_create (Results 1 – 9 of 9) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-synth2.txt6 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);
Dlibtracefs-synth-info.txt48 *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),
Dlibtracefs-synth.txt74 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),
Dlibtracefs-sql.txt440 ret = tracefs_synth_create(synth);
618 *tracefs_synth_create*(3),
Dlibtracefs.txt266 int *tracefs_synth_create*(struct tracefs_synth pass:[*]_synth_);
/external/trace-cmd/tracecmd/
Dtrace-sqlhist.c93 ret = tracefs_synth_create(synth); in do_sql()
/external/libtracefs/include/
Dtracefs.h649 int tracefs_synth_create(struct tracefs_synth *synth);
/external/libtracefs/src/
Dtracefs-hist.c2290 int tracefs_synth_create(struct tracefs_synth *synth) in tracefs_synth_create() function
/external/libtracefs/utest/
Dtracefs-utest.c2079 ret = tracefs_synth_create(synth[i]); in test_instance_synthetic()