Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dtrace-event.c104 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() function
Dtrace-event.h37 trace_event__tp_format(const char *sys, const char *name);
Dpython.c1384 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
Devsel.c471 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
/Linux-v6.6/tools/perf/
Dbuiltin-sched.c3385 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()
Dbuiltin-kmem.c1857 return IS_ERR(trace_event__tp_format("kmem", "kmalloc_node")) ? in slab_legacy_tp_is_exposed()
Dbuiltin-trace.c1837 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()