Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c8 #define NUM_BUCKET 22 macro
35 __uint(max_entries, NUM_BUCKET);
53 const volatile unsigned int bucket_num = NUM_BUCKET;
/linux/tools/perf/util/
H A Dftrace.h49 #define NUM_BUCKET 22 /* 20 + 2 (for outliers in both direction) */ macro
/linux/tools/perf/
H A Dbuiltin-ftrace.c1962 ftrace.bucket_num = NUM_BUCKET; in cmd_ftrace()
1969 ftrace.max_latency = (NUM_BUCKET - 2) * ftrace.bucket_range + in cmd_ftrace()