Home
last modified time | relevance | path

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

/tools/perf/util/
A Dsample.h108 u16 weight3; member
A Dbpf-filter.l100 weight3 { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); }
A Dintel-tpebs.c213 t->last = sample->weight3; in process_sample_event()
214 update_stats(&t->stats, sample->weight3); in process_sample_event()
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()
832 .weight3 = sample->weight3, in __hists__add_entry()
849 .weight3 = sample->weight3, in __hists__add_entry()
A Dhist.h199 u64 weight3; member
259 u64 weight3; member
A Ddlfilter.c516 d_sample.p_stage_cyc = sample->weight3; in dlfilter__do_filter_event()
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()
A Dsynthetic-events.c1584 *array |= ((u64)data->weight3 << 48); in perf_synthesize_sample_weight()
A Dsession.c1102 printf(",0x%"PRIx16"", sample->weight3); in dump_sample()
A Devsel.c2874 data->weight3 = weight.var3_w; in perf_parse_sample_weight()
/tools/perf/tests/
A Dsample-parsing.c158 COMP(weight3); in samples_same()
279 .weight3 = 118, in do_test()
/tools/perf/ui/
A Dhist.c652 HPP_AVERAGE_FNS(weight3, weight3) in HPP_PERCENT_FNS()
761 HPP__PRINT_FNS("Weight3", weight3, WEIGHT3),
/tools/perf/Documentation/
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.
A Dperf-record.txt205 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
/tools/perf/
A Dbuiltin-script.c2255 fprintf(fp, "%16" PRIu16, sample->weight3); in process_event()

Completed in 57 milliseconds