Searched refs:NUM_BUCKET (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c8 #define NUM_BUCKET 22 macro
35 __uint(max_entries, NUM_BUCKET);
103 for (key = 0; key < (NUM_BUCKET - 1); key++) {
/linux-master/tools/perf/util/
H A Dftrace.h35 #define NUM_BUCKET 22 /* 20 + 2 (for outliers in both direction) */ macro
H A Dbpf_ftrace.c135 for (idx = 0; idx < NUM_BUCKET; idx++) {
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c739 if (i >= NUM_BUCKET)
740 i = NUM_BUCKET - 1;
761 for (i = 0; i < NUM_BUCKET; i++)
776 for (i = 1; i < NUM_BUCKET - 1; i++) {
792 bar_len = buckets[NUM_BUCKET - 1] * bar_total / total;
794 1, "...", use_nsec ? "ms" : " s", buckets[NUM_BUCKET - 1],
886 int buckets[NUM_BUCKET] = { };

Completed in 100 milliseconds