Home
last modified time | relevance | path

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

/DragonOS/kernel/src/perf/
H A Dutil.rs120 pub fn calculate_size(value_size: usize) -> usize { in calculate_size() method
H A Dbpf.rs100 let sample_size = PerfSample::calculate_size(data.len()); in write_event()