Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-script.c1628 static const char *sample_flags_to_name(u32 flags) in sample_flags_to_name() function
1656 name = sample_flags_to_name(flags & ~xf); in perf_sample__sprintf_flags()
1661 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()
1667 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_END)); in perf_sample__sprintf_flags()