Home
last modified time | relevance | path

Searched refs:tracefs_local_events (Results 1 – 16 of 16) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-events-tep.txt6 tracefs_local_events, tracefs_local_events_system, tracefs_fill_local_events,
16 struct tep_handle pass:[*]*tracefs_local_events*(const char pass:[*]_tracing_dir_);
26 The *tracefs_local_events()* function allocates a new _tep_ handler and
60 The *tracefs_local_events()* and *tracefs_local_events_system()* functions
78 tep = tracefs_local_events(NULL);
Dlibtracefs-iterator.txt40 _tep_ handler is required (See *tracefs_local_events*(3)). If _instance_ is
174 tep = tracefs_local_events(NULL);
Dlibtracefs-hist.txt63 The _tep_ is a trace event handle (see *tracefs_local_events*(3)), that holds the
71 The _tep_ is a trace event handle (see *tracefs_local_events*(3)), that holds the
81 The _tep_ is a trace event handle (see *tracefs_local_events*(3)), that holds the
266 tep = tracefs_local_events(NULL);
Dlibtracefs-hist-cont.txt99 tep = tracefs_local_events(NULL);
Dlibtracefs-synth.txt76 *tracefs_local_events*(3) for more information. The _name_ holds the name
209 tep = tracefs_local_events(NULL);
Dlibtracefs-events.txt136 struct tep_handle *tep = tracefs_local_events(NULL);
Dlibtracefs-filter.txt128 tep = tracefs_local_events(NULL);
Dlibtracefs-synth-info.txt142 tep = tracefs_local_events(NULL);
Dlibtracefs-synth2.txt123 tep = tracefs_local_events(NULL);
Dlibtracefs-hist-mod.txt287 tep = tracefs_local_events(NULL);
Dlibtracefs.txt74 struct tep_handle pass:[*]*tracefs_local_events*(const char pass:[*]_tracing_dir_);
Dlibtracefs-sql.txt354 tep = tracefs_local_events(trace_dir);
/external/libtracefs/utest/
Dtracefs-utest.c369 tep = tracefs_local_events(NULL); in test_instance_trace_sql()
470 data->tep = tracefs_local_events(NULL); in setup_trace_cpu()
688 tep = tracefs_local_events(NULL); in test_instance_follow_events()
1022 tep = tracefs_local_events(NULL); in test_instance_synthetic()
2044 tep = tracefs_local_events(tdir); in local_events()
/external/libtracefs/include/
Dtracefs.h162 struct tep_handle *tracefs_local_events(const char *tracing_dir);
/external/trace-cmd/utest/
Dtracefs-utest.c467 tep = tracefs_local_events(tdir); in test_local_events()
/external/libtracefs/src/
Dtracefs-events.c1215 struct tep_handle *tracefs_local_events(const char *tracing_dir) in tracefs_local_events() function