Searched refs:tracefs_event_file_exists (Results 1 – 5 of 5) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-events-file.txt | 7 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)) {
|
D | libtracefs.txt | 88 …bool *tracefs_event_file_exists*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_s…
|
/external/libtracefs/src/ |
D | tracefs-events.c | 666 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()
|
D | tracefs-hist.c | 182 if (!tracefs_event_file_exists(instance, system, event, HIST_FILE)) in tracefs_hist_command()
|
/external/libtracefs/include/ |
D | tracefs.h | 156 bool tracefs_event_file_exists(struct tracefs_instance *instance,
|