Home
last modified time | relevance | path

Searched refs:weight3 (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/util/
H A Dsample.h111 u16 weight3; member
H A Dintel-tpebs.c214 t->last = sample->weight3; in process_sample_event()
215 update_stats(&t->stats, sample->weight3); in process_sample_event()
H A Dbpf-filter.l100 weight3 { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); }
102 p_stage_cyc { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); } /* alias for weight3 */
103 retire_lat { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); } /* alias for weight3 */
H A Dhist.c324 dest->weight3 += src->weight3; in he_stat__add_stat()
335 he_stat->weight3 = (he_stat->weight3 * 7) / 8; in he_stat__decay()
830 .weight3 = sample->weight3, in __hists__add_entry()
847 .weight3 = sample->weight3, in __hists__add_entry()
H A Dhist.h199 u64 weight3; member
259 u64 weight3; member
H A Ddlfilter.c515 d_sample.p_stage_cyc = sample->weight3; in dlfilter__do_filter_event()
H A Dsort.c1887 return left->weight3 - right->weight3; in sort__p_stage_cyc_cmp()
1893 return repsep_snprintf(bf, size, "%-*u", width, he->weight3 * he->stat.nr_events); in hist_entry__global_p_stage_cyc_snprintf()
1900 return repsep_snprintf(bf, size, "%-*u", width, he->weight3); in hist_entry__p_stage_cyc_snprintf()
H A Dsynthetic-events.c1589 *array |= ((u64)data->weight3 << 48); in perf_synthesize_sample_weight()
H A Dsession.c1155 printf(",0x%"PRIx16"", sample->weight3); in dump_sample()
H A Devsel.c3098 data->weight3 = weight.var3_w; in perf_parse_sample_weight()
/linux/tools/perf/tests/
H A Dsample-parsing.c158 COMP(weight3); in samples_same()
279 .weight3 = 118, in do_test()
/linux/tools/perf/ui/
H A Dhist.c653 HPP_AVERAGE_FNS(weight3, weight3) in HPP_PERCENT_FNS()
762 HPP__PRINT_FNS("Weight3", weight3, WEIGHT3),
/linux/tools/perf/Documentation/
H A Dperf-report.txt145 - weight3: Average value of event specific weight (3rd field of weight_struct).
224 period, weight1, weight2, weight3, ins_lat, p_stage_cyc and retire_lat.
H A Dperf-record.txt205 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
/linux/tools/perf/
H A Dbuiltin-script.c2484 fprintf(fp, "%16" PRIu16, sample->weight3); in process_event()