Searched refs:trace_event__tp_format (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | trace-event.h | 25 trace_event__tp_format(const char *sys, const char *name);
|
H A D | trace-event.c | 19 * global trace_event object used by trace_event__tp_format 105 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() function
|
H A D | python.c | 1286 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
|
H A D | evsel.c | 458 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event.c | 18 * global trace_event object used by trace_event__tp_format 104 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() function
|
H A D | trace-event.h | 37 trace_event__tp_format(const char *sys, const char *name);
|
H A D | python.c | 1384 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
|
H A D | evsel.c | 471 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 3346 return IS_ERR(trace_event__tp_format("sched", "sched_stat_wait")) ? in schedstat_events_exposed() 3397 waking_event = trace_event__tp_format("sched", "sched_waking"); in __cmd_record()
|
H A D | builtin-trace.c | 1790 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info() 1794 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 3385 return IS_ERR(trace_event__tp_format("sched", "sched_stat_wait")) ? in schedstat_events_exposed() 3442 waking_event = trace_event__tp_format("sched", "sched_waking"); in __cmd_record()
|
H A D | builtin-kmem.c | 1857 return IS_ERR(trace_event__tp_format("kmem", "kmalloc_node")) ? in slab_legacy_tp_is_exposed()
|
H A D | builtin-trace.c | 1837 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info() 1841 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
|
Completed in 36 milliseconds