Home
last modified time | relevance | path

Searched refs:probe_type_is_available (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dprobe-file.h70 bool probe_type_is_available(enum probe_type type);
H A Dprobe-finder.c394 probe_type_is_available(PROBE_TYPE_X)) in convert_variable_type()
398 probe_type_is_available(PROBE_TYPE_X) ? 'x' : 'u'; in convert_variable_type()
H A Dprobe-file.c1167 bool probe_type_is_available(enum probe_type type) in probe_type_is_available() function