Home
last modified time | relevance | path

Searched refs:tp_dir (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dtrace-event.c76 char *tp_dir = get_events_file(sys); in tp_format() local
84 if (!tp_dir) in tp_format()
87 scnprintf(path, PATH_MAX, "%s/%s/format", tp_dir, name); in tp_format()
88 put_events_file(tp_dir); in tp_format()
H A Devsel.c575 char *tp_dir = get_events_file(sys); in trace_event__id() local
579 if (!tp_dir) in trace_event__id()
582 scnprintf(path, PATH_MAX, "%s/%s/id", tp_dir, name); in trace_event__id()
583 put_events_file(tp_dir); in trace_event__id()