Symbol: thread_trace
tools/perf/builtin-trace.c
1584
static struct thread_trace *thread_trace__new(struct trace *trace)
tools/perf/builtin-trace.c
1586
struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace));
tools/perf/builtin-trace.c
1600
static void thread_trace__free_files(struct thread_trace *ttrace);
tools/perf/builtin-trace.c
1604
struct thread_trace *ttrace = pttrace;
tools/perf/builtin-trace.c
1616
static struct thread_trace *thread__trace(struct thread *thread, struct trace *trace)
tools/perf/builtin-trace.c
1618
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
1643
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1653
static void thread_trace__free_files(struct thread_trace *ttrace)
tools/perf/builtin-trace.c
1664
static struct file *thread_trace__files_entry(struct thread_trace *ttrace, int fd)
tools/perf/builtin-trace.c
1696
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1742
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1795
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1806
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2424
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2635
static void thread__update_stats(struct thread *thread, struct thread_trace *ttrace,
tools/perf/builtin-trace.c
2695
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2789
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2860
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
2934
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
3066
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
3131
struct thread_trace *ttrace = thread__trace(thread, trace);
tools/perf/builtin-trace.c
3370
struct thread_trace *ttrace;
tools/perf/builtin-trace.c
4906
static size_t thread__dump_stats(struct thread_trace *ttrace,
tools/perf/builtin-trace.c
4920
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
4946
static unsigned long thread__nr_events(struct thread_trace *ttrace)