Searched refs:tracefs_local_events_system (Results 1 – 14 of 14) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-events-tep.txt | 6 tracefs_local_events, tracefs_local_events_system, tracefs_fill_local_events, 17 struct tep_handle pass:[*]*tracefs_local_events_system*(const char pass:[*]_tracing_dir_, const cha… 32 The *tracefs_local_events_system()* function allocates a new _tep_ handler 60 The *tracefs_local_events()* and *tracefs_local_events_system()* functions 87 tep = tracefs_local_events_system(NULL, systems);
|
D | libtracefs-eprobes.txt | 118 tep = tracefs_local_events_system(NULL, sysnames);
|
D | libtracefs-uprobes.txt | 120 tep = tracefs_local_events_system(NULL, sysnames);
|
D | libtracefs-kprobes.txt | 203 tep = tracefs_local_events_system(NULL, sysnames);
|
D | libtracefs-dynevents.txt | 211 tep = tracefs_local_events_system(NULL, sysnames);
|
D | libtracefs.txt | 75 …struct tep_handle pass:[*]*tracefs_local_events_system*(const char pass:[*]_tracing_dir_, const ch…
|
/external/trace-cmd/utest/ |
D | tracefs-utest.c | 488 tep = tracefs_local_events_system(tdir, in test_local_events() 595 test_tep = tracefs_local_events_system(NULL, systems); in test_suite_init()
|
/external/trace-cmd/tracecmd/ |
D | trace-vm.c | 240 tep = tracefs_local_events_system(NULL, systems); in stop_trace_connect()
|
D | trace-record.c | 3981 tep = tracefs_local_events_system(NULL, systems); in stop_mapping_vcpus() 4964 tep = tracefs_local_events_system(NULL, systems); in get_ftrace_tep()
|
/external/libtracefs/src/ |
D | tracefs-events.c | 1186 struct tep_handle *tracefs_local_events_system(const char *tracing_dir, in tracefs_local_events_system() function 1217 return tracefs_local_events_system(tracing_dir, NULL); in tracefs_local_events()
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-timesync-kvm.c | 297 kvm->tep = tracefs_local_events_system(path, systems); in kvm_clock_sync_init_guest()
|
D | trace-timesync-ptp.c | 137 ptp->tep = tracefs_local_events_system(path, systems); in ptp_clock_sync_init()
|
/external/libtracefs/include/ |
D | tracefs.h | 163 struct tep_handle *tracefs_local_events_system(const char *tracing_dir,
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 2065 tep = tracefs_local_events_system(tdir, in local_events() 2324 test_tep = tracefs_local_events_system(NULL, systems); in test_suite_init()
|