Symbol: get_tls_callchain_cursor
tools/perf/builtin-c2c.c
340
cursor = get_tls_callchain_cursor();
tools/perf/builtin-inject.c
395
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-kmem.c
413
cursor = get_tls_callchain_cursor();
tools/perf/builtin-kwork.c
709
cursor = get_tls_callchain_cursor();
tools/perf/builtin-kwork.c
796
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-lock.c
862
cursor = get_tls_callchain_cursor();
tools/perf/builtin-lock.c
912
cursor = get_tls_callchain_cursor();
tools/perf/builtin-sched.c
2239
get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout);
tools/perf/builtin-sched.c
2347
cursor = get_tls_callchain_cursor();
tools/perf/builtin-sched.c
2495
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
1681
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
2504
cursor = get_tls_callchain_cursor();
tools/perf/builtin-script.c
2788
cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
2920
return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);
tools/perf/builtin-trace.c
2967
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
3267
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/builtin-trace.c
3378
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/callchain.c
1145
return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period);
tools/perf/util/callchain.c
1813
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
230
cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1139
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1186
callchain_cursor_commit(get_tls_callchain_cursor());
tools/perf/util/hist.c
1199
node = callchain_cursor_current(get_tls_callchain_cursor());
tools/perf/util/hist.c
1245
struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1341
err = sample__resolve_callchain(iter->sample, get_tls_callchain_cursor(), &iter->parent,
tools/perf/util/hist.c
1726
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/hist.c
1774
struct callchain_cursor *cursor = get_tls_callchain_cursor();
tools/perf/util/scripting-engines/trace-event-perl.c
273
cursor = get_tls_callchain_cursor();
tools/perf/util/scripting-engines/trace-event-python.c
406
cursor = get_tls_callchain_cursor();