Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c130 static struct perf_c2c c2c; variable
140 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc()
144 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); in c2c_he_zalloc()
148 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
231 node = mem2node__node(&c2c.mem2node, sample->phys_addr); in c2c_he__set_node()
263 struct c2c_hists *c2c_hists = &c2c.hists; in process_sample_event()
277 if (c2c.stitch_lbr) in process_sample_event()
324 int node = c2c.cpu2node[cpu]; in process_sample_event()
328 c2c_hists = he__get_c2c_hists(he, c2c.cl_sort, 2); in process_sample_event()
363 static struct perf_c2c c2c = { variable
[all …]
Dcommand-list.txt12 perf-c2c mainporcelain common
DBuild26 perf-y += builtin-c2c.o
/tools/perf/Documentation/
Dperf-c2c.txt1 perf-c2c(1)
6 perf-c2c - Shared Data C2C/HITM Analyzer.
11 'perf c2c record' [<options>] <command>
12 'perf c2c record' [<options>] -- [<record command options>] <command>
13 'perf c2c report' [<options>]
19 The perf c2c tool provides means for Shared Data C2C/HITM analysis. It allows
31 The c2c tool provide means to record this data and report back access details
43 Select the PMU event. Use 'perf c2c record -e list'
117 perf c2c record --call-graph lbr.
127 The perf c2c record command setup options related to HITM cacheline analysis
[all …]
Dtips.txt37 To report cacheline events from previous recording: perf c2c report