Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dtrace-event-scripting.c316 static const char *sample_flags_to_name(u32 flags) in sample_flags_to_name() function
344 name = sample_flags_to_name(flags & ~xf); in perf_sample__sprintf_flags()
349 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_BEGIN)); in perf_sample__sprintf_flags()
355 name = sample_flags_to_name(flags & ~(xf | PERF_IP_FLAG_TRACE_END)); in perf_sample__sprintf_flags()