Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dlathist_user.c17 struct cpu_hist { struct
22 static struct cpu_hist cpu_hist[MAX_CPU]; argument
38 struct cpu_hist *hist; in print_hist()
45 hist = &cpu_hist[j]; in print_hist()
68 cpu_hist[i].max = 0; in get_data()
75 cpu_hist[c].data[i] = value; in get_data()
76 if (value > cpu_hist[c].max) in get_data()
77 cpu_hist[c].max = value; in get_data()