Searched refs:call_path (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dthread-stack.h61 struct call_path *cp;
72 * struct call_path - node in list of calls leading to a function call.
81 * In combination with the call_return structure, the call_path structure
84 struct call_path { struct
85 struct call_path *parent;
H A Dthread-stack.c32 struct call_path cp[CALL_PATH_BLOCK_SIZE];
38 * @call_path: root call path
44 struct call_path call_path; member in struct:call_path_root
79 struct call_path *cp;
338 static void call_path__init(struct call_path *cp, struct call_path *parent, call_path__init()
357 call_path__init(&cpr->call_path, NULL, NULL, 0, false); call_path_root__new()
373 static struct call_path *call_path__new(struct call_path_root *cpr, call_path__new()
374 struct call_path *parent, call_path__new()
379 struct call_path *cp; call_path__new()
401 static struct call_path *call_path__findnew(struct call_path_root *cpr, call_path__findnew()
402 struct call_path *parent, call_path__findnew()
407 struct call_path *cp; call_path__findnew()
419 cp = rb_entry(node_parent, struct call_path, rb_node); call_path__findnew()
470 u64 timestamp, u64 ref, struct call_path *cp, thread_stack__push_cp()
542 struct call_path *cp; thread_stack__bottom()
556 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, thread_stack__bottom()
572 struct call_path *cp, *parent; thread_stack__no_call_return()
588 cp = call_path__findnew(cpr, &cpr->call_path, thread_stack__no_call_return()
610 parent = &cpr->call_path; thread_stack__no_call_return()
653 struct call_path *cp; thread_stack__trace_end()
719 struct call_path *cp; thread_stack__process()
H A Ddb-export.h30 struct call_path;
63 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
103 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
H A Ddb-export.c397 int db_export__call_path(struct db_export *dbe, struct call_path *cp) db_export__call_path()
/linux-4.4.14/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c709 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) python_export_call_path()
947 SET_TABLE_HANDLER(call_path); set_table_handlers()

Completed in 72 milliseconds