summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorFabio Aiuto <fabioaiuto83@gmail.com>2021-04-04 16:09:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-05 12:16:16 +0200
commita8f74a8261111e0e1e3faad7247a84fa5d0a95f7 (patch)
tree3784f708f21225cfcb558db02c580ed47d4ceb1e /tools/perf/scripts/python/flamegraph.py
parent1f7e6f0a2e91a6406ae388af09d31dc8f441bc4c (diff)
downloadkernel-a8f74a8261111e0e1e3faad7247a84fa5d0a95f7.tar.gz
staging: rtl8723bs: remove RT_TRACE logs in core/rtw_mlme.c
Remove all of the RT_TRACE logs in the core/rtw_mlme.c file as they currently do nothing as they require the code to be modified by hand in order to be turned on. This obviously has not happened since the code was merged. Moreover it relies on an unneeded private log level tracing which overrides the in-kernel public one, so just remove them as they are unused. Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/19cc25a51af207e68a95e76ce384a3f7b7d2c408.1617545239.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
>Paul E. McKenney 2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov 2020-08-14all arch: remove system call sys_sysctlXiaoming Ni 2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver 2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2020-08-04Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds 2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro 2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner 2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman 2020-06-24gcc-plugins/stackleak: Don't instrument itselfAlexander Popov 2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner 2020-05-19pipe: Add general notification queue supportDavid Howells 2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen 2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar 2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov