Home
last modified time | relevance | path

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

/openbmc/qemu/tests/plugin/
H A Dsyscall.c23 } SyscallStats; typedef
28 static SyscallStats *get_or_create_entry(int64_t num) in get_or_create_entry()
30 SyscallStats *entry = in get_or_create_entry()
31 (SyscallStats *) g_hash_table_lookup(statistics, GINT_TO_POINTER(num)); in get_or_create_entry()
34 entry = g_new0(SyscallStats, 1); in get_or_create_entry()
48 SyscallStats *entry; in vcpu_syscall()
63 SyscallStats *entry; in vcpu_syscall_ret()
81 SyscallStats *entry = (SyscallStats *) val; in print_entry()
91 SyscallStats *ent_a = (SyscallStats *) ea; in comp_func()
92 SyscallStats *ent_b = (SyscallStats *) eb; in comp_func()