Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-trace.c1561 static size_t syscall_id_hash(long key, void *ctx __maybe_unused) in syscall_id_hash() function
1573 return hashmap__new(syscall_id_hash, syscall_id_equal, NULL); in alloc_syscall_stats()