Home
last modified time | relevance | path

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

/external/libtracefs/Documentation/
Dlibtracefs-sql.txt6 tracefs_sql - Create a synthetic event via an SQL statement
14 struct tracefs_synth pass:[*]*tracefs_sql*(struct tep_handle pass:[*]_tep_, const char pass:[*]_nam…
38 *tracefs_sql*() takes in a _tep_ handler (See _tep_local_events_(3)) that is used to
67 leave off the system (group) name of the event, and *tracefs_sql*() will discover the
281 man tracefs_sql | sed -ne '/^EXAMPLE/,/FILES/ { /EXAMPLE/d ; /FILES/d ; p}' > sqlhist.c
362 synth = tracefs_sql(tep, name, buffer, &err);
Dlibtracefs-sqlhist.txt.139 The *SQL-select-command* is a SQL string defined by *tracefs_sql*(3).
46 *tracefs_sql*(3) man page.
104 man tracefs_sql | sed -ne '/^EXAMPLE/,/FILES/ { /EXAMPLE/d ; /FILES/d ; p}' > sqlhist.c
342 trace-cmd(1), tracefs_sql(3)
Dlibtracefs-synth-info.txt120 See *tracefs_sql*(3) for a more indepth use of some of this code.
Dlibtracefs-synth2.txt101 See *tracefs_sql*(3) for a more indepth use of some of this code.
Dlibtracefs.txt177 …struct tracefs_synth pass:[*]*tracefs_sql*(struct tep_handle pass:[*]_tep_, const char pass:[*]_na…
/external/libtracefs/utest/
Dtracefs-utest.c374 synth = tracefs_sql(tep, SQL_1_EVENT, SQL_1_SQL, NULL); in test_instance_trace_sql()
381 synth = tracefs_sql(tep, SQL_2_EVENT, SQL_2_SQL, NULL); in test_instance_trace_sql()
388 synth = tracefs_sql(tep, SQL_3_EVENT, SQL_3_SQL, NULL); in test_instance_trace_sql()
395 synth = tracefs_sql(tep, SQL_4_EVENT, SQL_4_SQL, NULL); in test_instance_trace_sql()
404 synth = tracefs_sql(tep, SQL_5_EVENT, SQL_5_SQL, NULL); in test_instance_trace_sql()
/external/libtracefs/include/
Dtracefs.h616 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name,
/external/libtracefs/src/
Dtracefs-sqlhist.c1612 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name, in tracefs_sql() function