Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtrace-event-scripting.c392 if ((pos + strlen(xs)) < SAMPLE_FLAGS_STR_ALIGNED_SIZE) in sample_flags_to_name()
394 (int)(SAMPLE_FLAGS_STR_ALIGNED_SIZE - ret), xs); in sample_flags_to_name()
A Dtrace-event.h148 #define SAMPLE_FLAGS_STR_ALIGNED_SIZE 21 macro
/tools/perf/
A Dbuiltin-script.c1735 SAMPLE_FLAGS_STR_ALIGNED_SIZE - 12, flags); in perf_sample__fprintf_flags()
1737 return fprintf(fp, " %-*s ", SAMPLE_FLAGS_STR_ALIGNED_SIZE, str); in perf_sample__fprintf_flags()

Completed in 13 milliseconds