OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/
kernel_trace.py
124
event_path
= event.replace(':', '/')
125
fname = os.path.join(self._TRACE_ROOT, 'events',
event_path
, 'enable')
/external/ltp/testcases/kernel/syscalls/fanotify/
fanotify10.c
84
const char *
event_path
;
member in struct:tcase
244
fd = SAFE_OPEN(tc->
event_path
, O_RDONLY);
/external/bcc/src/cc/
libbpf.c
765
// and attach BPF program to the event, and
event_path
will be ignored.
766
// Otherwise,
event_path
is expected to contain the path to the event in debugfs
771
static int bpf_attach_tracing_event(int progfd, const char *
event_path
, int pid,
781
snprintf(buf, sizeof(buf), "%s/id",
event_path
);
810
fprintf(stderr, "perf_event_open(%s/id): %s\n",
event_path
, strerror(errno));
[
all
...]
Completed in 313 milliseconds