Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtrace-event-scripting.c389 const char *chars = PERF_IP_FLAG_CHARS; in perf_sample__sprintf_flags()
390 const size_t n = strlen(PERF_IP_FLAG_CHARS); in perf_sample__sprintf_flags()
H A Devent.h73 #define PERF_IP_FLAG_CHARS "bcrosyiABExghDtmn" macro
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c812 const char *ch = PERF_IP_FLAG_CHARS; in set_sample_flags()