Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-script.c1602 static const char *sample_flags_to_name(u32 flags) in sample_flags_to_name() function
1630 name = sample_flags_to_name(flags & ~xf); in perf_sample__sprintf_flags()
1635 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()
1641 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_END)); in perf_sample__sprintf_flags()