summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2009-05-06 12:10:23 +0200
committerRobert Richter <robert.richter@amd.com>2009-05-08 11:06:34 +0200
commit7e4e0bd50e80df2fe5501f48f872448376cdd997 (patch)
treedec55d33e695354d4fa34205d5524b0bca91c4a9 /tools/perf/scripts/python/stackcollapse.py
parent6adf406f0a0eaf37251018d15f51e93f5b538ee6 (diff)
downloadkernel-7e4e0bd50e80df2fe5501f48f872448376cdd997.tar.gz
oprofile: introduce module_param oprofile.cpu_type
This patch removes module_param oprofile.force_arch_perfmon and introduces oprofile.cpu_type=archperfmon instead. This new parameter can be reused for other models and architectures. Currently only archperfmon is supported. Cc: Andi Kleen <ak@linux.intel.com> Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
/span>Add a reference to ucounts for each credAlexey Gladkov 2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne 2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan 2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-02-16kbuild: simplify access to the kernel's versionSasha Levin 2021-01-29fs: Remove dcookies supportViresh Kumar 2021-01-24fs: add file and path permissions helpersChristian Brauner 2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi 2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes 2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds 2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang 2020-10-13LSM: Signal to SafeSetID when setting group IDsThomas Cedeno 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot 2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot 2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds 2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown 2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro 2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis 2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie 2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches 2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann 2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner 2019-08-28rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner 2019-08-20arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused argumentsCatalin Marinas 2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas 2019-07-22x86/mpx: Remove MPX APIsDave Hansen