Home
last modified time | relevance | path

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

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