Symbol: call_path
tools/perf/util/call-path.c
14
static void call_path__init(struct call_path *cp, struct call_path *parent,
tools/perf/util/call-path.c
33
call_path__init(&cpr->call_path, NULL, NULL, 0, false);
tools/perf/util/call-path.c
49
static struct call_path *call_path__new(struct call_path_root *cpr,
tools/perf/util/call-path.c
50
struct call_path *parent,
tools/perf/util/call-path.c
55
struct call_path *cp;
tools/perf/util/call-path.c
77
struct call_path *call_path__findnew(struct call_path_root *cpr,
tools/perf/util/call-path.c
78
struct call_path *parent,
tools/perf/util/call-path.c
83
struct call_path *cp;
tools/perf/util/call-path.c
95
cp = rb_entry(node_parent, struct call_path, rb_node);
tools/perf/util/call-path.h
29
struct call_path *parent;
tools/perf/util/call-path.h
43
struct call_path cp[CALL_PATH_BLOCK_SIZE];
tools/perf/util/call-path.h
55
struct call_path call_path;
tools/perf/util/call-path.h
64
struct call_path *call_path__findnew(struct call_path_root *cpr,
tools/perf/util/call-path.h
65
struct call_path *parent,
tools/perf/util/db-export.c
209
static struct call_path *call_path_from_sample(struct db_export *dbe,
tools/perf/util/db-export.c
216
struct call_path *current = &dbe->cpr->call_path;
tools/perf/util/db-export.c
277
if (current == &dbe->cpr->call_path) {
tools/perf/util/db-export.c
393
struct call_path *cp = call_path_from_sample(dbe, machine,
tools/perf/util/db-export.c
487
int db_export__call_path(struct db_export *dbe, struct call_path *cp)
tools/perf/util/db-export.h
104
int db_export__call_path(struct db_export *dbe, struct call_path *cp);
tools/perf/util/db-export.h
22
struct call_path;
tools/perf/util/db-export.h
57
int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
tools/perf/util/scripting-engines/trace-event-python.c
1377
static int python_export_call_path(struct db_export *dbe, struct call_path *cp)
tools/perf/util/scripting-engines/trace-event-python.c
1884
SET_TABLE_HANDLER(call_path);
tools/perf/util/thread-stack.c
1023
struct call_path *cp;
tools/perf/util/thread-stack.c
1057
struct call_path *cp;
tools/perf/util/thread-stack.c
1151
struct call_path *cp;
tools/perf/util/thread-stack.c
1212
struct call_path *cp;
tools/perf/util/thread-stack.c
61
struct call_path *cp;
tools/perf/util/thread-stack.c
783
u64 timestamp, u64 ref, struct call_path *cp,
tools/perf/util/thread-stack.c
865
struct call_path *cp;
tools/perf/util/thread-stack.c
879
cp = call_path__findnew(cpr, &cpr->call_path, sym, ip,
tools/perf/util/thread-stack.c
910
struct call_path *root = &cpr->call_path;
tools/perf/util/thread-stack.c
913
struct call_path *cp, *parent;
tools/perf/util/thread-stack.h
21
struct call_path;
tools/perf/util/thread-stack.h
56
struct call_path *cp;