Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
A Devent.c24 data->p_stage_cyc = weight.var3_w; in arch_perf_parse_sample_weight()
/linux/tools/perf/include/perf/
A Dperf_dlfilter.h35 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member
/linux/tools/perf/util/
A Dsort.h111 u64 p_stage_cyc; member
A Devent.h153 u16 p_stage_cyc; member
A Ddlfilter.c483 ASSIGN(p_stage_cyc); in dlfilter__do_filter_event()
A Dsort.c1397 return left->p_stage_cyc - right->p_stage_cyc; in sort__global_p_stage_cyc_cmp()
1403 return repsep_snprintf(bf, size, "%-*u", width, he->p_stage_cyc); in hist_entry__p_stage_cyc_snprintf()
A Dhist.c739 .p_stage_cyc = sample->p_stage_cyc, in __hists__add_entry()
A Dsession.c1340 printf(",0x%"PRIx16"", sample->p_stage_cyc); in dump_sample()
/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
/linux/tools/perf/Documentation/
A Dperf-dlfilter.txt80 __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

Completed in 28 milliseconds