Searched refs:c2c (Results 1 – 5 of 5) sorted by relevance
130 static struct perf_c2c c2c; variable140 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 …]
12 perf-c2c mainporcelain common
26 perf-y += builtin-c2c.o
1 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 allows31 The c2c tool provide means to record this data and report back access details43 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 …]
37 To report cacheline events from previous recording: perf c2c report