Searched refs:map_get (Results 1 – 1 of 1) sorted by relevance
| /tools/tracing/rtla/src/ |
| A D | timerlat.bpf.c | 51 nosubprog unsigned long long map_get(void *map, in map_get() function 71 map_set(map, key, map_get(map, key) + 1); in map_increment() 102 if (latency > map_get(map, SUMMARY_MAX)) in update_summary() 105 if (latency < map_get(map, SUMMARY_MIN) || map_get(map, SUMMARY_COUNT) == 0) in update_summary() 109 map_set(map, SUMMARY_SUM, map_get(map, SUMMARY_SUM) + latency); in update_summary() 129 if (map_get(&stop_tracing, 0)) in handle_timerlat_sample()
|
Completed in 3 milliseconds