Home
last modified time | relevance | path

Searched refs:delegate_tool (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dtool.c354 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
367 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
379 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
391 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
419 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
443 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
456 struct delegate_tool *del_tool = container_of(tool, struct delegate_tool, tool); \
462 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate) in delegate_tool__init()
H A Dtool.h109 struct delegate_tool { struct
116 void delegate_tool__init(struct delegate_tool *tool, struct perf_tool *delegate); argument