Home
last modified time | relevance | path

Searched refs:call_path (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dcall-path.h37 struct call_path { struct
38 struct call_path *parent; argument
52 struct call_path cp[CALL_PATH_BLOCK_SIZE]; argument
64 struct call_path call_path; member
73 struct call_path *call_path__findnew(struct call_path_root *cpr,
74 struct call_path *parent,
Dcall-path.c22 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
41 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
57 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
58 struct call_path *parent, in call_path__new()
63 struct call_path *cp; in call_path__new()
85 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
86 struct call_path *parent, in call_path__findnew()
91 struct call_path *cp; in call_path__findnew()
103 cp = rb_entry(node_parent, struct call_path, rb_node); in call_path__findnew()
Dthread-stack.c45 struct call_path *cp;
334 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
406 struct call_path *cp; in thread_stack__bottom()
420 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
436 struct call_path *cp, *parent; in thread_stack__no_call_return()
452 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return()
474 parent = &cpr->call_path; in thread_stack__no_call_return()
517 struct call_path *cp; in thread_stack__trace_end()
583 struct call_path *cp; in thread_stack__process()
Ddb-export.h31 struct call_path;
65 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
106 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
Ddb-export.c269 static struct call_path *call_path_from_sample(struct db_export *dbe, in call_path_from_sample()
276 struct call_path *current = &dbe->cpr->call_path; in call_path_from_sample()
333 if (current == &dbe->cpr->call_path) { in call_path_from_sample()
395 struct call_path *cp = call_path_from_sample(dbe, al->machine, in db_export__sample()
469 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
Dthread-stack.h31 struct call_path;
60 struct call_path *cp;
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c1145 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path()
1471 SET_TABLE_HANDLER(call_path); in set_table_handlers()