Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dparse-events.h276 static inline bool is_sdt_event(char *str) in is_sdt_event() function
283 static inline bool is_sdt_event(char *str __maybe_unused) in is_sdt_event() function
Dprobe-event.c1473 if (is_sdt_event(arg)) { in parse_perf_probe_point()