Symbol: delegate_tool
tools/perf/util/aslr.c
1300
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
1309
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
1347
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
1395
const struct delegate_tool *del_tool = container_of(tool, const struct delegate_tool, tool);
tools/perf/util/aslr.c
439
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
448
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
495
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
504
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
551
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
557
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
580
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
586
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
609
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
615
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
647
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
656
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/aslr.c
706
struct delegate_tool *del_tool;
tools/perf/util/aslr.c
72
struct delegate_tool tool;
tools/perf/util/aslr.c
728
del_tool = container_of(tool, struct delegate_tool, tool);
tools/perf/util/tool.c
402
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
415
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
427
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
439
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
467
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
493
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
506
struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
tools/perf/util/tool.c
512
void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate)
tools/perf/util/tool.h
114
void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate);