Searched refs:weight3 (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | sample.h | 111 u16 weight3; member
|
| H A D | intel-tpebs.c | 214 t->last = sample->weight3; in process_sample_event() 215 update_stats(&t->stats, sample->weight3); in process_sample_event()
|
| H A D | bpf-filter.l | 100 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 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() 830 .weight3 = sample->weight3, in __hists__add_entry() 847 .weight3 = sample->weight3, in __hists__add_entry()
|
| H A D | hist.h | 199 u64 weight3; member 259 u64 weight3; member
|
| H A D | dlfilter.c | 515 d_sample.p_stage_cyc = sample->weight3; in dlfilter__do_filter_event()
|
| H 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()
|
| H A D | synthetic-events.c | 1589 *array |= ((u64)data->weight3 << 48); in perf_synthesize_sample_weight()
|
| H A D | session.c | 1155 printf(",0x%"PRIx16"", sample->weight3); in dump_sample()
|
| H A D | evsel.c | 3098 data->weight3 = weight.var3_w; in perf_parse_sample_weight()
|
| /linux/tools/perf/tests/ |
| H A D | sample-parsing.c | 158 COMP(weight3); in samples_same() 279 .weight3 = 118, in do_test()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 653 HPP_AVERAGE_FNS(weight3, weight3) in HPP_PERCENT_FNS() 762 HPP__PRINT_FNS("Weight3", weight3, WEIGHT3),
|
| /linux/tools/perf/Documentation/ |
| H 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.
|
| H A D | perf-record.txt | 205 code_pgsz, data_pgsz, weight1, weight2, weight3, ins_lat, retire_lat,
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 2484 fprintf(fp, "%16" PRIu16, sample->weight3); in process_event()
|