Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dtrace-event.c105 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() function
Dtrace-event.h25 trace_event__tp_format(const char *sys, const char *name);
Dpython.c1286 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
Devsel.c458 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
/Linux-v5.10/tools/perf/
Dbuiltin-trace.c1788 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
1792 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
Dbuiltin-sched.c3375 waking_event = trace_event__tp_format("sched", "sched_waking"); in __cmd_record()