Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_monitor_user.c165 struct u64rec { struct
171 struct u64rec total; argument
172 struct u64rec *cpu;
224 struct u64rec values[nr_cpus]; in map_collect_record_u64()
281 static double calc_pps_u64(struct u64rec *r, struct u64rec *p, double period) in calc_pps_u64()
355 struct u64rec *r = &rec->cpu[i]; in stats_print()
356 struct u64rec *p = &prev->cpu[i]; in stats_print()
380 struct u64rec *r = &rec->cpu[i]; in stats_print()
381 struct u64rec *p = &prev->cpu[i]; in stats_print()
570 rec_sz = sizeof(struct u64rec); in alloc_stats_record()