Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c1561 static bool syscall_id_equal(long key1, long key2, void *ctx __maybe_unused) in syscall_id_equal() function
1568 return hashmap__new(syscall_id_hash, syscall_id_equal, NULL); in alloc_syscall_stats()