Searched refs:map_set (Results 1 – 1 of 1) sorted by relevance
| /tools/tracing/rtla/src/ |
| A D | timerlat.bpf.c | 61 nosubprog void map_set(void *map, in map_set() function 71 map_set(map, key, map_get(map, key) + 1); in map_increment() 96 map_set(map, SUMMARY_CURRENT, latency); in update_summary() 103 map_set(map, SUMMARY_MAX, latency); in update_summary() 106 map_set(map, SUMMARY_MIN, latency); in update_summary() 109 map_set(map, SUMMARY_SUM, map_get(map, SUMMARY_SUM) + latency); in update_summary() 117 map_set(&stop_tracing, 0, 1); in set_stop_tracing()
|
Completed in 2 milliseconds