Symbol: thread_trace
tools/perf/builtin-trace.c
1576
static struct thread_trace *thread_trace__new(struct trace *trace)
tools/perf/builtin-trace.c
1578
struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace));
tools/perf/builtin-trace.c
1592
static void thread_trace__free_files(struct thread_trace *ttrace);
tools/perf/builtin-trace.c
1596
struct thread_trace *ttrace = pttrace;
tools/perf/builtin-trace.c
1608
static struct thread_trace *thread__trace(struct thread *thread, struct trace *trace)
tools/perf/builtin-trace.c
1610
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
1635
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1645
static void thread_trace__free_files(struct thread_trace *ttrace)
tools/perf/builtin-trace.c
1656
static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd)
tools/perf/builtin-trace.c
1688
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1734
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1787
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1798
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2442
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2653
static void thread__update_stats(struct thread *thread, struct thread_trace *ttrace,
tools/perf/builtin-trace.c
2713
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2810
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2883
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2959
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
3092
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
3157
struct thread_trace *ttrace = thread__trace(thread, trace);
tools/perf/builtin-trace.c
3421
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
4962
static size_t thread__dump_stats(struct thread_trace *ttrace,
tools/perf/builtin-trace.c
4976
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
5002
static unsigned long thread__nr_events(struct thread_trace *ttrace)