Searched refs:p_stage_cyc (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | event.c | 25 data->p_stage_cyc = weight.var3_w; in arch_perf_parse_sample_weight()
|
/openbmc/linux/tools/perf/util/ |
H A D | sample.h | 108 u16 p_stage_cyc; member
|
H A D | bpf-filter.l | 84 p_stage_cyc { return sample_part(PERF_SAMPLE_WEIGHT_STRUCT, 3); } /* alias for weight3 */
|
H A D | sort.h | 111 u64 p_stage_cyc; member
|
H A D | dlfilter.c | 526 ASSIGN(p_stage_cyc); in dlfilter__do_filter_event()
|
H A D | sort.c | 1666 return left->p_stage_cyc - right->p_stage_cyc; in sort__p_stage_cyc_cmp() 1673 he->p_stage_cyc * he->stat.nr_events); in hist_entry__global_p_stage_cyc_snprintf() 1680 return repsep_snprintf(bf, size, "%-*u", width, he->p_stage_cyc); in hist_entry__p_stage_cyc_snprintf()
|
H A D | hist.c | 755 .p_stage_cyc = sample->p_stage_cyc, in __hists__add_entry()
|
H A D | session.c | 1378 printf(",0x%"PRIx16"", sample->p_stage_cyc); in dump_sample()
|
/openbmc/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 41 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v0.c | 40 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
|
H A D | dlfilter-test-api-v2.c | 46 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-dlfilter.txt | 86 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */
|
H A D | perf-report.txt | 115 - p_stage_cyc: On powerpc, this presents the number of cycles spent in a
|
H A D | perf-record.txt | 202 p_stage_cyc, mem_op, mem_lvl, mem_snoop, mem_remote, mem_lock,
|