Searched refs:tracefs_sql (Results 1 – 8 of 8) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-sql.txt | 6 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);
|
D | libtracefs-sqlhist.txt.1 | 39 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)
|
D | libtracefs-synth-info.txt | 120 See *tracefs_sql*(3) for a more indepth use of some of this code.
|
D | libtracefs-synth2.txt | 101 See *tracefs_sql*(3) for a more indepth use of some of this code.
|
D | libtracefs.txt | 177 …struct tracefs_synth pass:[*]*tracefs_sql*(struct tep_handle pass:[*]_tep_, const char pass:[*]_na…
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 374 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/ |
D | tracefs.h | 616 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name,
|
/external/libtracefs/src/ |
D | tracefs-sqlhist.c | 1612 struct tracefs_synth *tracefs_sql(struct tep_handle *tep, const char *name, in tracefs_sql() function
|