Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcall-path.h28 struct call_path { struct
29 struct call_path *parent; argument
43 struct call_path cp[CALL_PATH_BLOCK_SIZE]; argument
55 struct call_path call_path; member
64 struct call_path *call_path__findnew(struct call_path_root *cpr,
65 struct call_path *parent,
Dcall-path.c14 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
33 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
49 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
50 struct call_path *parent, in call_path__new()
55 struct call_path *cp; in call_path__new()
77 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
78 struct call_path *parent, in call_path__findnew()
83 struct call_path *cp; in call_path__findnew()
95 cp = rb_entry(node_parent, struct call_path, rb_node); in call_path__findnew()
Ddb-export.h22 struct call_path;
57 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
104 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
Dthread-stack.h21 struct call_path;
56 struct call_path *cp;
Ddb-export.c209 static struct call_path *call_path_from_sample(struct db_export *dbe, in call_path_from_sample()
216 struct call_path *current = &dbe->cpr->call_path; in call_path_from_sample()
273 if (current == &dbe->cpr->call_path) { in call_path_from_sample()
383 struct call_path *cp = call_path_from_sample(dbe, al->maps->machine, in db_export__sample()
477 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
Dthread-stack.c61 struct call_path *cp;
782 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
864 struct call_path *cp; in thread_stack__bottom()
878 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
909 struct call_path *root = &cpr->call_path; in thread_stack__no_call_return()
912 struct call_path *cp, *parent; in thread_stack__no_call_return()
1022 struct call_path *cp; in thread_stack__trace_end()
1058 struct call_path *cp; in thread_stack__x86_retpoline()
1152 struct call_path *cp; in thread_stack__process()
1213 struct call_path *cp; in thread_stack__process()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1329 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path()
1840 SET_TABLE_HANDLER(call_path); in set_table_handlers()