Searched refs:call_path (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | call-path.h | 37 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,
|
D | call-path.c | 22 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()
|
D | thread-stack.h | 31 struct call_path; 60 struct call_path *cp;
|
D | db-export.h | 31 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);
|
D | thread-stack.c | 44 struct call_path *cp; 333 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() 405 struct call_path *cp; in thread_stack__bottom() 419 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom() 435 struct call_path *cp, *parent; in thread_stack__no_call_return() 451 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return() 473 parent = &cpr->call_path; in thread_stack__no_call_return() 516 struct call_path *cp; in thread_stack__trace_end() 582 struct call_path *cp; in thread_stack__process()
|
D | db-export.c | 269 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() 334 if (current == &dbe->cpr->call_path) { in call_path_from_sample() 396 struct call_path *cp = call_path_from_sample(dbe, al->machine, in db_export__sample() 470 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 732 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path() 1098 SET_TABLE_HANDLER(call_path); in set_table_handlers()
|