Home
last modified time | relevance | path

Searched refs:trace_event__tp_format (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dtrace-event.c104 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() function
H A Dtrace-event.h38 trace_event__tp_format(const char *sys, const char *name);
H A Dpython.c1234 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
H A Devsel.c479 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
/linux/tools/perf/
H A Dbuiltin-kmem.c1848 return IS_ERR(trace_event__tp_format("kmem", "kmalloc_node")) ? in slab_legacy_tp_is_exposed()
H A Dbuiltin-sched.c3669 return IS_ERR(trace_event__tp_format("sched", "sched_stat_wait")) ? in cmd_sched()
3726 waking_event = trace_event__tp_format("sched", "sched_waking"); in cmd_sched()
H A Dbuiltin-trace.c2109 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in syscall__scnprintf_args()
2113 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in syscall__scnprintf_args()