Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dlathist_user.c20 struct cpu_hist { struct
25 static struct cpu_hist cpu_hist[MAX_CPU]; argument
41 struct cpu_hist *hist; in print_hist()
48 hist = &cpu_hist[j]; in print_hist()
71 cpu_hist[i].max = 0; in get_data()
78 cpu_hist[c].data[i] = value; in get_data()
79 if (value > cpu_hist[c].max) in get_data()
80 cpu_hist[c].max = value; in get_data()