Home
last modified time | relevance | path

Searched refs:tracefs_event_file_exists (Results 1 – 5 of 5) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-events-file.txt7 tracefs_event_file_clear, tracefs_event_file_exists - Work with trace event files.
25 bool *tracefs_event_file_exists*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_sy…
70 The *tracefs_event_file_exists()* returns true if the _event_ _file_
88 *tracefs_event_file_exists()* returns true if the _system_/_event_ _file_ exists for
124 if (!tracefs_event_file_exists(NULL, system, event, file)) {
Dlibtracefs.txt88 …bool *tracefs_event_file_exists*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_s…
/external/libtracefs/src/
Dtracefs-events.c666 bool tracefs_event_file_exists(struct tracefs_instance *instance, in tracefs_event_file_exists() function
955 if (!tracefs_event_file_exists(NULL, system, name, "format")) in get_tep_event()
Dtracefs-hist.c182 if (!tracefs_event_file_exists(instance, system, event, HIST_FILE)) in tracefs_hist_command()
/external/libtracefs/include/
Dtracefs.h156 bool tracefs_event_file_exists(struct tracefs_instance *instance,