Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dparse-events.h251 static inline bool is_sdt_event(char *str) in is_sdt_event() function
258 static inline bool is_sdt_event(char *str __maybe_unused) in is_sdt_event() function
Dprobe-event.c1432 if (is_sdt_event(arg)) { in parse_perf_probe_point()