Searched refs:weight3 (Results 1 – 15 of 15) sorted by relevance
| /tools/perf/util/ |
| A D | sample.h | 108 u16 weight3; member
|
| A D | bpf-filter.l | 100 weight3 { return sample_part(PBF_TERM_WEIGHT_STRUCT, 3); }
|
| A D | intel-tpebs.c | 213 t->last = sample->weight3; in process_sample_event() 214 update_stats(&t->stats, sample->weight3); in process_sample_event()
|
| A D | hist.c | 324 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 D | hist.h | 199 u64 weight3; member 259 u64 weight3; member
|
| A D | dlfilter.c | 516 d_sample.p_stage_cyc = sample->weight3; in dlfilter__do_filter_event()
|
| A D | sort.c | 1887 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 D | synthetic-events.c | 1584 *array |= ((u64)data->weight3 << 48); in perf_synthesize_sample_weight()
|
| A D | session.c | 1102 printf(",0x%"PRIx16"", sample->weight3); in dump_sample()
|
| A D | evsel.c | 2874 data->weight3 = weight.var3_w; in perf_parse_sample_weight()
|
| /tools/perf/tests/ |
| A D | sample-parsing.c | 158 COMP(weight3); in samples_same() 279 .weight3 = 118, in do_test()
|
| /tools/perf/ui/ |
| A D | hist.c | 652 HPP_AVERAGE_FNS(weight3, weight3) in HPP_PERCENT_FNS() 761 HPP__PRINT_FNS("Weight3", weight3, WEIGHT3),
|
| /tools/perf/Documentation/ |
| A D | perf-report.txt | 145 - 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 D | perf-record.txt | 205 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
|
| /tools/perf/ |
| A D | builtin-script.c | 2255 fprintf(fp, "%16" PRIu16, sample->weight3); in process_event()
|
Completed in 57 milliseconds