Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dparse-events.h255 static inline bool is_sdt_event(char *str) in is_sdt_event() function
262 static inline bool is_sdt_event(char *str __maybe_unused) in is_sdt_event() function
H A Dprobe-event.c1461 if (is_sdt_event(arg)) { in parse_perf_probe_point()