Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dtrace-event.h132 int perf_sample__sprintf_flags(u32 flags, char *str, size_t sz);
/linux-6.1.9/tools/perf/
Dbuiltin-script.c1614 int perf_sample__sprintf_flags(u32 flags, char *str, size_t sz) in perf_sample__sprintf_flags() function
1664 perf_sample__sprintf_flags(flags, str, sizeof(str)); in perf_sample__fprintf_flags()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c810 perf_sample__sprintf_flags(sample->flags, flags_disp, sizeof(flags_disp)); in python_process_sample_flags()