Searched refs:call_path (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/util/ |
H A D | call-path.h | 16 * struct call_path - node in list of calls leading to a function call. 25 * In combination with the call_return structure, the call_path structure 28 struct call_path { struct 29 struct call_path *parent; argument 43 struct call_path cp[CALL_PATH_BLOCK_SIZE]; argument 49 * @call_path: root call path 55 struct call_path call_path; member 64 struct call_path *call_path__findnew(struct call_path_root *cpr, 65 struct call_path *paren [all...] |
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_nod in call_path__findnew() [all...] |
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 | 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 *c in thread_stack__process() [all...] |
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1369 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path() 1876 SET_TABLE_HANDLER(call_path); in set_table_handlers()
|