Searched refs:stats (Results 1 – 6 of 6) sorted by relevance
/samples/bpf/ |
D | cookie_uid_helper_example.c | 58 struct stats { struct 71 sizeof(struct stats), 100, 0); in maps_create() argument 119 -32 + (__s16)offsetof(struct stats, uid)), in prog_load() 121 -32 + (__s16)offsetof(struct stats, packets), 1), in prog_load() 129 -32 + (__s16)offsetof(struct stats, bytes)), in prog_load() 151 offsetof(struct stats, packets)), in prog_load() 155 offsetof(struct stats, bytes)), in prog_load() 189 struct stats curEntry; in print_table() 212 struct stats dataEntry; in udp_client()
|
D | hbm.h | 21 unsigned long stats:1, /* get HBM stats (marked, dropped,..) */ member
|
D | xdp_rxq_info_user.c | 193 struct record stats; member 245 rec->stats.cpu = alloc_record_per_cpu(); in alloc_stats_record() 258 free(r->stats.cpu); in free_stats_record() 296 map_collect_percpu(fd, 0, &rec->stats); in stats_collect() 366 rec = &stats_rec->stats; in stats_print() 367 prev = &stats_prev->stats; in stats_print()
|
D | hbm_kern.h | 175 if (qsp->stats) { in hbm_update_stats()
|
D | do_hbm_test.sh | 170 -S|--stats)
|
D | hbm.c | 190 qstats.stats = stats_flag ? 1 : 0; in run_bpf_prog()
|