Searched refs:call_path (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/util/ |
H A D | call-path.h | 28 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,
|
H A D | call-path.c | 14 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()
|
H A D | db-export.h | 22 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);
|
H A D | db-export.c | 209 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() 277 if (current == &dbe->cpr->call_path) { in call_path_from_sample() 389 struct call_path *cp = call_path_from_sample(dbe, machine, in db_export__sample() 483 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
|
H A D | thread-stack.h | 21 struct call_path; 56 struct call_path *cp;
|
H A D | thread-stack.c | 61 struct call_path *cp; 783 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() 865 struct call_path *cp; in thread_stack__bottom() 879 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom() 910 struct call_path *root = &cpr->call_path; in thread_stack__no_call_return() 913 struct call_path *cp, *parent; in thread_stack__no_call_return() 1023 struct call_path *cp; in thread_stack__trace_end() 1057 struct call_path *cp; in thread_stack__x86_retpoline() 1151 struct call_path *cp; in thread_stack__process() 1212 struct call_path *cp; in thread_stack__process()
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1382 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path() 1889 SET_TABLE_HANDLER(call_path); in set_table_handlers()
|