aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-shadow.c
diff options
context:
space:
mode:
authorJin Yao <yao.jin@linux.intel.com>2017-12-01 18:57:25 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-12-05 10:24:31 -0300
commit33fec3e393dc1c55737cfb9c876b5c0da0d6f380 (patch)
tree12da9860e4e7d26ad85a99b6ecd5127d0a9d9fec /tools/perf/util/stat-shadow.c
parentperf annotate: Fix objdump comment parsing for Intel mov dissassembly (diff)
downloadlinux-dev-33fec3e393dc1c55737cfb9c876b5c0da0d6f380.tar.xz
linux-dev-33fec3e393dc1c55737cfb9c876b5c0da0d6f380.zip
perf rblist: Create rblist__exit() function
Currently we have a rblist__delete() which is used to delete a rblist. While rblist__delete() will free the pointer of rblist at the end. It's an inconvenience for the user to delete a rblist which is not allocated by something like malloc(). For example, the rblist is embedded in a larger data structure. This patch creates a new function rblist__exit() which is similar to rblist__delete() but it will not free the pointer of rblist. Signed-off-by: Jin Yao <yao.jin@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Kan Liang <kan.liang@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1512125856-22056-2-git-send-email-yao.jin@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/stat-shadow.c')
0 files changed, 0 insertions, 0 deletions