Go to file
Adrian Hunter 7902ce9743 perf script: Fix CPU filtering of a script's switch events
BugLink: https://bugs.launchpad.net/bugs/1958898

commit 5e0c325cdb714409a5b242c9e73a1b61157abb36 upstream.

CPU filtering was not being applied to a script's switch events.

Fixes: 5bf83c29a0 ("perf script: Add scripting operation process_switch()")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Riccardo Mancini <rickyman7@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20211215080636.149562-3-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2022-03-07 16:34:50 +01:00
Documentation Input: i8042 - add deferred probe support 2022-03-07 16:34:38 +01:00
LICENSES
arch ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling 2022-03-07 16:34:33 +01:00
block block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) 2022-02-03 18:57:58 +01:00
certs UBUNTU: SAUCE: Dump stack when X.509 certificates cannot be loaded 2021-11-24 15:28:35 +01:00
crypto crypto: pcrypt - Delay write to padata->info 2022-01-13 18:42:28 +01:00
debian UBUNTU: [Packaging] resync getabis 2022-03-07 16:31:20 +01:00
debian.master UBUNTU: upstream stable to v5.4.169 2022-03-07 16:34:37 +01:00
drivers Input: spaceball - fix parsing of movement data packets 2022-03-07 16:34:49 +01:00
fs f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() 2022-03-07 16:34:33 +01:00
include uapi: fix linux/nfc.h userspace compilation errors 2022-03-07 16:34:45 +01:00
init bpf: Add kconfig knob for disabling unpriv bpf by default 2022-03-01 16:48:06 -03:00
ipc shm: extend forced shm destroy to support objects from several IPC nses 2022-02-03 18:57:09 +01:00
kernel rcu: Mark accesses to rcu_state.n_force_qs 2022-03-07 16:34:18 +01:00
lib siphash: use _unaligned version by default 2022-02-03 18:57:27 +01:00
mm mm: mempolicy: fix THP allocations escaping mempolicy restrictions 2022-03-07 16:34:34 +01:00
net net: fix use-after-free in tw_timer_handler 2022-03-07 16:34:49 +01:00
samples samples/kretprobes: Fix return value if register_kretprobe() failed 2022-01-13 18:42:26 +01:00
scripts recordmcount.pl: fix typo in s390 mcount regex 2022-03-07 16:34:40 +01:00
security selinux: initialize proto variable in selinux_ip_postroute_compat() 2022-03-07 16:34:40 +01:00
sound ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 2022-03-07 16:34:29 +01:00
tools perf script: Fix CPU filtering of a script's switch events 2022-03-07 16:34:50 +01:00
ubuntu UBUNTU: [Packaging] Add support for ODM drivers 2021-01-26 17:27:59 -07:00
usr initramfs: restore default compression behavior 2020-04-29 16:25:32 +02:00
virt UBUNTU: SAUCE: kvm: arm: fix build on 32-bit 2022-03-02 14:09:37 -03:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS UBUNTU: ODM: MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry 2021-02-19 16:45:06 +01:00
Makefile Linux 5.4.169 2022-03-07 16:34:37 +01:00
README
Ubuntu.md UBUNTU: [Packaging] update Ubuntu.md 2021-11-05 16:43:42 +01:00
dropped.txt
snapcraft.yaml
update-dkms-versions UBUNTU: [Packaging] resync update-dkms-versions helper 2021-11-26 15:10:03 +01:00
update-version-dkms UBUNTU: [Packaging] switch to kernel-versions 2021-09-20 18:50:21 +02:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.