aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins
diff options
context:
space:
mode:
authorRavi Bangoria <[email protected]>2020-02-04 10:22:29 +0530
committerArnaldo Carvalho de Melo <[email protected]>2020-02-27 11:07:13 -0300
commit2316f861ae9ca640708f9529ae40a6f0bd7ae048 (patch)
treec869f9c81e935a93f55dc27a3d28bd803a4f198a /scripts/gcc-plugins
parente0ad4d68548005adb54cc7c35fd9abf760a2a050 (diff)
perf annotate: Simplify disasm_line allocation and freeing code
We are allocating disasm_line object in annotation_line__new() instead of disasm_line__new(). Similarly annotation_line__delete() is actually freeing disasm_line object as well. This complexity is because of privsize. But we don't need privsize anymore so get rid of privsize and simplify disasm_line allocation and freeing code. Signed-off-by: Ravi Bangoria <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jin Yao <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Song Liu <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins')
0 files changed, 0 insertions, 0 deletions