summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2022-11-14 15:02:13 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-11-16 09:51:22 -0300
commit33b2e2c2ad68489bc0c97660ef1e6bf7df0c9d7d (patch)
tree22b4430f55d7749390155ac9d901a6c138320963 /tools/perf/scripts/python/bin/flamegraph-report
parent41cb875242e71bf1bf5539a724bc65a0b470bb12 (diff)
downloadkernel-33b2e2c2ad68489bc0c97660ef1e6bf7df0c9d7d.tar.gz
perf stat: Split aggr_printout() function
The aggr_printout() function is to print aggr_id and count (nr). Split it for each output mode to simplify the code. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20221114230227.1255976-6-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-report')
0 files changed, 0 insertions, 0 deletions
bab67c60b4eed02524536af780'>Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris 2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler 2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley 2017-01-10security: Fix inode_getattr documentationMickaël Salaün 2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley 2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris 2016-08-09module: Fully remove the kernel_module_from_file hookMickaël Salaün 2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal 2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal 2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal 2016-07-20qstr: constify dentry_init_securityAl Viro 2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds 2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2016-04-22security: Introduce security_settime64()Baolin Wang 2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook 2016-04-11security: drop the unused hook skb_owned_byPaolo Abeni 2016-03-28constify security_sb_pivotroot()Al Viro 2016-03-28constify security_path_chroot()Al Viro 2016-03-28constify security_path_{link,rename}Al Viro 2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro 2016-03-28constify security_path_{unlink,rmdir}Al Viro 2016-03-28constify chmod_common/security_path_chmodAl Viro 2016-03-28constify security_sb_mount()Al Viro 2016-03-28constify chown_common/security_path_chownAl Viro 2016-03-28constify security_path_truncate()Al Viro 2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar 2016-02-21security: define kernel_read_file hookMimi Zohar 2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar 2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar 2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar