Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread-stack.c32 struct call_path cp[CALL_PATH_BLOCK_SIZE];
44 struct call_path call_path; member
79 struct call_path *cp;
338 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
357 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
373 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
374 struct call_path *parent, in call_path__new()
379 struct call_path *cp; in call_path__new()
401 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
402 struct call_path *parent, in call_path__findnew()
[all …]
Dthread-stack.h61 struct call_path *cp;
84 struct call_path { struct
85 struct call_path *parent; argument
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);
Ddb-export.c397 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c709 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path()
947 SET_TABLE_HANDLER(call_path); in set_table_handlers()