Home
last modified time | relevance | path

Searched defs:pf_stat_t (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dhiebpf_types.h63 struct pf_stat_t { struct
64 __u64 count; // total number of the event
65 __u64 tot_duration; // total duration
66 __u32 min_duration; // minimum duration
67 __u32 avg_duration; // average duration
68 __u32 dev_duration; // square of standard deviation duration
69 __u32 max_duration; // maximum duration