Home
last modified time | relevance | path

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

/openbmc/linux/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++) { in BPF_PROG()
/openbmc/linux/tools/perf/
H A Dbuiltin-ftrace.c739 if (i >= NUM_BUCKET) in make_histogram()
740 i = NUM_BUCKET - 1; in make_histogram()
761 for (i = 0; i < NUM_BUCKET; i++) in display_histogram()
776 for (i = 1; i < NUM_BUCKET - 1; i++) { in display_histogram()
792 bar_len = buckets[NUM_BUCKET - 1] * bar_total / total; in display_histogram()
794 1, "...", use_nsec ? "ms" : " s", buckets[NUM_BUCKET - 1], in display_histogram()
886 int buckets[NUM_BUCKET] = { }; in __cmd_latency()
/openbmc/linux/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++) { in perf_ftrace__latency_read_bpf()