Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsyscall_summary.bpf.c66 static void update_stats(int cpu_or_tid, u64 cgroup_id, int nr, s64 duration, in update_stats() argument
70 .cpu_or_tid = cpu_or_tid, in update_stats()
H A Dsyscall_summary.h14 int cpu_or_tid; member
/linux/tools/perf/util/
H A Dbpf-trace-summary.c178 if (!hashmap__find(hash, map_key->cpu_or_tid, &data)) { in update_thread_stats()
183 data->key = map_key->cpu_or_tid; in update_thread_stats()