Home
last modified time | relevance | path

Searched defs:thread_trace (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/
Dbuiltin-trace.c1538 struct thread_trace { struct
1539 u64 entry_time;
1540 bool entry_pending;
1541 unsigned long nr_events;
1542 unsigned long pfmaj, pfmin;
1543 char *entry_str;
1544 double runtime_ms;
1545 size_t (*ret_scnprintf)(char *bf, size_t size, struct syscall_arg *arg);
1546 struct {
1552 } filename;
[all …]