Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/plugins/
H A Dsyscall.c23 } SyscallStats; typedef
76 static SyscallStats *get_or_create_entry(int64_t num) in get_or_create_entry()
78 SyscallStats *entry = in get_or_create_entry()
79 (SyscallStats *) g_hash_table_lookup(statistics, GINT_TO_POINTER(num)); in get_or_create_entry()
82 entry = g_new0(SyscallStats, 1); in get_or_create_entry()
134 SyscallStats *entry; in vcpu_syscall()
157 SyscallStats *entry; in vcpu_syscall_ret()
175 SyscallStats *entry = (SyscallStats *) val; in print_entry()
185 SyscallStats *ent_a = (SyscallStats *) ea; in comp_func()
186 SyscallStats *ent_b = (SyscallStats *) eb; in comp_func()