Home
last modified time | relevance | path

Searched defs:perf_c2c (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c82 struct perf_c2c { struct
83 struct perf_tool tool;
84 struct c2c_hists hists;
85 struct mem2node mem2node;
87 unsigned long **nodes;
88 int nodes_cnt;
89 int cpus_cnt;
90 int *cpu2node;
91 int node_info;
93 bool show_src;
[all …]
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-c2c.c86 struct perf_c2c { struct
87 struct perf_tool tool;
88 struct c2c_hists hists;
89 struct mem2node mem2node;
91 unsigned long **nodes;
92 int nodes_cnt;
93 int cpus_cnt;
94 int *cpu2node;
95 int node_info;
97 bool show_src;
[all …]