Symbol: get_tls_callchain_cursor
tools/perf/builtin-c2c.c
356
cursor = get_tls_callchain_cursor();
tools/perf/builtin-inject.c
529
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-kmem.c
414
cursor = get_tls_callchain_cursor();
tools/perf/builtin-kwork.c
754
cursor = get_tls_callchain_cursor();
tools/perf/builtin-kwork.c
841
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-lock.c
854
cursor = get_tls_callchain_cursor();
tools/perf/builtin-lock.c
904
cursor = get_tls_callchain_cursor();
tools/perf/builtin-sched.c
2313
get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout);
tools/perf/builtin-sched.c
2419
cursor = get_tls_callchain_cursor();
tools/perf/builtin-sched.c
2573
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
1693
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
2517
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
2804
cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
2944
return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);
tools/perf/builtin-trace.c
2992
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
3316
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
3429
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/callchain.c
1192
return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period);
tools/perf/util/callchain.c
1875
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/callchain.h
235
struct callchain_cursor *get_tls_callchain_cursor(void);
tools/perf/util/db-export.c
228
cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1142
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1189
callchain_cursor_commit(get_tls_callchain_cursor());
tools/perf/util/hist.c
1202
node = callchain_cursor_current(get_tls_callchain_cursor());
tools/perf/util/hist.c
1248
struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1344
err = sample__resolve_callchain(iter->sample, get_tls_callchain_cursor(), &iter->parent,
tools/perf/util/hist.c
1729
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1777
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/scripting-engines/trace-event-perl.c
272
cursor = get_tls_callchain_cursor();
tools/perf/util/scripting-engines/trace-event-python.c
405
cursor = get_tls_callchain_cursor();