Searched defs:thread_trace (Results 1 – 1 of 1) sorted by relevance
1532 struct thread_trace { struct1533 u64 entry_time;1534 bool entry_pending;1535 unsigned long nr_events;1536 unsigned long pfmaj, pfmin;1537 char *entry_str;1538 double runtime_ms;1539 size_t (*ret_scnprintf)(char *bf, size_t size, struct syscall_arg *arg);1540 struct {1546 } filename;[all …]