Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
A Devent.c25 data->p_stage_cyc = weight.var3_w; in arch_perf_parse_sample_weight()
/linux/tools/perf/util/
A Dsample.h108 u16 p_stage_cyc; member
A Dbpf-filter.l102 p_stage_cyc { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); } /* alias for weight3 */
A Ddlfilter.c528 ASSIGN(p_stage_cyc); in dlfilter__do_filter_event()
A Dhist.h231 u64 p_stage_cyc; member
A Dhist.c743 .weight3 = sample->p_stage_cyc, in __hists__add_entry()
759 .p_stage_cyc = sample->p_stage_cyc, in __hists__add_entry()
A Dsort.c1715 return left->p_stage_cyc - right->p_stage_cyc; in sort__p_stage_cyc_cmp()
1722 he->p_stage_cyc * he->stat.nr_events); in hist_entry__global_p_stage_cyc_snprintf()
1729 return repsep_snprintf(bf, size, "%-*u", width, he->p_stage_cyc); in hist_entry__p_stage_cyc_snprintf()
A Dsession.c1086 printf(",0x%"PRIx16"", sample->p_stage_cyc); in dump_sample()
/linux/tools/perf/include/perf/
A Dperf_dlfilter.h41 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
/linux/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c40 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
A Ddlfilter-test-api-v2.c46 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
/linux/tools/perf/Documentation/
A Dperf-dlfilter.txt86 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
A Dperf-report.txt115 - p_stage_cyc: On powerpc, this presents the number of cycles spent in a
205 weight1, weight2, weight3, ins_lat, p_stage_cyc and retire_lat. The
A Dperf-record.txt202 p_stage_cyc, mem_op, mem_lvl, mem_snoop, mem_remote, mem_lock,

Completed in 37 milliseconds