From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Alexander Kapshuk <alexander.kapshuk@gmail.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Andi Kleen <ak@linux.intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
Andy Lutomirski <luto@kernel.org>,
Aneesh Kumar <aneesh.kumar@linux.vnet.ibm.com>,
Benno Evers <bevers@mesosphere.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
David Ahern <dsahern@gmail.com>,
Dongjiu Geng <gengdongjiu@huawei.com>,
"H . Peter Anvin" <hpa@zytor.com>, Jiri Olsa <jolsa@redhat.com>,
Joerg Roedel <joro@8bytes.org>,
Kim Phillips <kim.phillips@arm.com>, Krister Johansen <kjlx>
Subject: Re: [GIT PULL 00/35] perf/core improvements and fixes
Date: Sat, 18 Aug 2018 13:17:18 +0200 [thread overview]
Message-ID: <20180818111718.GA19187@gmail.com> (raw)
In-Reply-To: <20180815150611.32080-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> Hi Ingo,
>
> Please consider pulling, this is on top of
> perf-core-for-mingo-4.19-20180809, that is not yet in tip.
>
> Thanks,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 6a9405b56c274024564f9014bba97b92c91b34d6:
>
> perf map: Optimize maps__fixup_overlappings() (2018-08-08 15:56:00 -0300)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-4.19-20180815
>
> for you to fetch changes up to 6855dc41b24619c3d1de3dbd27dd0546b0e45272:
>
> x86: Add entry trampolines to kcore (2018-08-14 19:13:26 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements ad fixes:
>
> kernel:
>
> . kallsyms, x86: Export addresses of PTI entry trampolines (Alexander Shishkin)
>
> . kallsyms: Simplify update_iter_mod() (Adrian Hunter)
>
> . x86: Add entry trampolines to kcore (Adrian Hunter)
>
> Hardware tracing:
>
> . Fix auxtrace queue resize (Adrian Hunter)
>
> Arch specific:
>
> . Fix uninitialized ARM SPE record error variable (Kim Phillips)
>
> . Fix trace event post-processing in powerpc (Sandipan Das)
>
> Build:
>
> . Fix check-headers.sh AND list path of execution (Alexander Kapshuk)
>
> . Remove -mcet and -fcf-protection when building the python binding
> with older clang versions (Arnaldo Carvalho de Melo)
>
> . Make check-headers.sh check based on kernel dir (Jiri Olsa)
>
> . Move syscall_64.tbl check into check-headers.sh (Jiri Olsa)
>
> Infrastructure:
>
> . Check for null when copying nsinfo. (Benno Evers)
>
> Libraries:
>
> . Rename libtraceevent prefixes, prep work for making it a shared
> library generaly available (Tzvetomir Stoyanov (VMware))
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (3):
> perf auxtrace: Fix queue resize
> kallsyms: Simplify update_iter_mod()
> x86: Add entry trampolines to kcore
>
> Alexander Kapshuk (1):
> perf tools: Fix check-headers.sh AND list path of execution
>
> Alexander Shishkin (1):
> kallsyms, x86: Export addresses of PTI entry trampolines
>
> Arnaldo Carvalho de Melo (1):
> perf python: Remove -mcet and -fcf-protection when building with clang
>
> Benno Evers (1):
> perf tools: Check for null when copying nsinfo.
>
> Jiri Olsa (2):
> perf tools: Make check-headers.sh check based on kernel dir
> perf tools: Move syscall_64.tbl check into check-headers.sh
>
> Kim Phillips (1):
> perf arm spe: Fix uninitialized record error variable
>
> Sandipan Das (1):
> perf probe powerpc: Fix trace event post-processing
>
> Tzvetomir Stoyanov (VMware) (24):
> tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
> tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
> tools lib traceevent, perf tools: Rename pevent plugin related APIs
> tools lib traceevent, perf tools: Rename pevent alloc / free APIs
> tools lib traceevent, perf tools: Rename pevent find APIs
> tools lib traceevent, perf tools: Rename pevent parse APIs
> tools lib traceevent, perf tools: Rename pevent print APIs
> tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
> tools lib traceevent, perf tools: Rename pevent_register_* APIs
> tools lib traceevent, perf tools: Rename pevent_set_* APIs
> tools lib traceevent, perf tools: Rename traceevent_* APIs
> tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
> tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
> tools lib traceevent: Rename pevent_function* APIs
> tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs
> tools lib traceevent: Rename pevent_filter* APIs
> tools lib traceevent: Rename pevent_register / unregister APIs
> tools lib traceevent: Rename pevent_data_ APIs
> tools lib traceevent: Rename pevent field APIs
> tools lib traceevent: Rename pevent_find_* APIs
> tools lib traceevent: Rename various pevent get/set/is APIs
> tools lib traceevent: Rename internal parser related APIs
> tools lib traceevent: Rename various pevent APIs
> tools lib traceevent: Rename static variables and functions in event-parse.c
>
> arch/x86/mm/cpu_entry_area.c | 33 +
> fs/proc/kcore.c | 7 +-
> include/linux/kcore.h | 13 +
> kernel/kallsyms.c | 51 +-
> tools/lib/lockdep/Makefile | 4 +-
> tools/lib/traceevent/Makefile | 4 +-
> tools/lib/traceevent/event-parse.c | 696 ++++++++++-----------
> tools/lib/traceevent/event-parse.h | 458 +++++++-------
> tools/lib/traceevent/event-plugin.c | 70 +--
> tools/lib/traceevent/parse-filter.c | 288 ++++-----
> tools/lib/traceevent/plugin_cfg80211.c | 20 +-
> tools/lib/traceevent/plugin_function.c | 34 +-
> tools/lib/traceevent/plugin_hrtimer.c | 56 +-
> tools/lib/traceevent/plugin_jbd2.c | 36 +-
> tools/lib/traceevent/plugin_kmem.c | 66 +-
> tools/lib/traceevent/plugin_kvm.c | 154 ++---
> tools/lib/traceevent/plugin_mac80211.c | 28 +-
> tools/lib/traceevent/plugin_sched_switch.c | 60 +-
> tools/lib/traceevent/plugin_scsi.c | 24 +-
> tools/lib/traceevent/plugin_xen.c | 20 +-
> tools/perf/arch/arm64/util/arm-spe.c | 1 +
> tools/perf/arch/powerpc/util/sym-handling.c | 4 +-
> tools/perf/arch/x86/Makefile | 3 -
> tools/perf/builtin-kmem.c | 6 +-
> tools/perf/builtin-report.c | 6 +-
> tools/perf/builtin-script.c | 6 +-
> tools/perf/check-headers.sh | 17 +-
> tools/perf/util/auxtrace.c | 3 +
> tools/perf/util/data-convert-bt.c | 6 +-
> tools/perf/util/evsel.c | 2 +-
> tools/perf/util/header.c | 6 +-
> tools/perf/util/machine.h | 2 +-
> tools/perf/util/namespaces.c | 3 +
> tools/perf/util/python.c | 10 +-
> .../perf/util/scripting-engines/trace-event-perl.c | 2 +-
> .../util/scripting-engines/trace-event-python.c | 6 +-
> tools/perf/util/setup.py | 10 +-
> tools/perf/util/sort.c | 16 +-
> tools/perf/util/sort.h | 2 +-
> tools/perf/util/trace-event-parse.c | 34 +-
> tools/perf/util/trace-event-read.c | 44 +-
> tools/perf/util/trace-event-scripting.c | 4 +-
> tools/perf/util/trace-event.c | 28 +-
> tools/perf/util/trace-event.h | 20 +-
> 44 files changed, 1230 insertions(+), 1133 deletions(-)
Pulled into perf/urgent, thanks a lot Arnaldo!
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Alexander Kapshuk <alexander.kapshuk@gmail.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Andi Kleen <ak@linux.intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
Andy Lutomirski <luto@kernel.org>,
Aneesh Kumar <aneesh.kumar@linux.vnet.ibm.com>,
Benno Evers <bevers@mesosphere.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
David Ahern <dsahern@gmail.com>,
Dongjiu Geng <gengdongjiu@huawei.com>,
"H . Peter Anvin" <hpa@zytor.com>, Jiri Olsa <jolsa@redhat.com>,
Joerg Roedel <joro@8bytes.org>,
Kim Phillips <kim.phillips@arm.com>,
Krister Johansen <kjlx@templeofstupid.com>,
linux-trace-devel@vger.kernel.org,
Michael Ellerman <mpe@ellerman.id.au>,
Namhyung Kim <namhyung@kernel.org>,
"Naveen N . Rao" <naveen.n.rao@linux.vnet.ibm.com>,
Peter Zijlstra <peterz@infradead.org>,
Ravi Bangoria <ravi.bangoria@linux.ibm.com>,
Sandipan Das <sandipan@linux.ibm.com>,
stable@vger.kernel.org, Steven Rostedt <rostedt@goodmis.org>,
Thomas Gleixner <tglx@linutronix.de>,
Tzvetomir Stoyanov <tz.stoyanov@gmail.com>,
Wang Nan <wangnan0@huawei.com>,
x86@kernel.org, Yordan Karadzhov <y.karadz@gmail.com>
Subject: Re: [GIT PULL 00/35] perf/core improvements and fixes
Date: Sat, 18 Aug 2018 13:17:18 +0200 [thread overview]
Message-ID: <20180818111718.GA19187@gmail.com> (raw)
In-Reply-To: <20180815150611.32080-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> Hi Ingo,
>
> Please consider pulling, this is on top of
> perf-core-for-mingo-4.19-20180809, that is not yet in tip.
>
> Thanks,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 6a9405b56c274024564f9014bba97b92c91b34d6:
>
> perf map: Optimize maps__fixup_overlappings() (2018-08-08 15:56:00 -0300)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-4.19-20180815
>
> for you to fetch changes up to 6855dc41b24619c3d1de3dbd27dd0546b0e45272:
>
> x86: Add entry trampolines to kcore (2018-08-14 19:13:26 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements ad fixes:
>
> kernel:
>
> . kallsyms, x86: Export addresses of PTI entry trampolines (Alexander Shishkin)
>
> . kallsyms: Simplify update_iter_mod() (Adrian Hunter)
>
> . x86: Add entry trampolines to kcore (Adrian Hunter)
>
> Hardware tracing:
>
> . Fix auxtrace queue resize (Adrian Hunter)
>
> Arch specific:
>
> . Fix uninitialized ARM SPE record error variable (Kim Phillips)
>
> . Fix trace event post-processing in powerpc (Sandipan Das)
>
> Build:
>
> . Fix check-headers.sh AND list path of execution (Alexander Kapshuk)
>
> . Remove -mcet and -fcf-protection when building the python binding
> with older clang versions (Arnaldo Carvalho de Melo)
>
> . Make check-headers.sh check based on kernel dir (Jiri Olsa)
>
> . Move syscall_64.tbl check into check-headers.sh (Jiri Olsa)
>
> Infrastructure:
>
> . Check for null when copying nsinfo. (Benno Evers)
>
> Libraries:
>
> . Rename libtraceevent prefixes, prep work for making it a shared
> library generaly available (Tzvetomir Stoyanov (VMware))
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (3):
> perf auxtrace: Fix queue resize
> kallsyms: Simplify update_iter_mod()
> x86: Add entry trampolines to kcore
>
> Alexander Kapshuk (1):
> perf tools: Fix check-headers.sh AND list path of execution
>
> Alexander Shishkin (1):
> kallsyms, x86: Export addresses of PTI entry trampolines
>
> Arnaldo Carvalho de Melo (1):
> perf python: Remove -mcet and -fcf-protection when building with clang
>
> Benno Evers (1):
> perf tools: Check for null when copying nsinfo.
>
> Jiri Olsa (2):
> perf tools: Make check-headers.sh check based on kernel dir
> perf tools: Move syscall_64.tbl check into check-headers.sh
>
> Kim Phillips (1):
> perf arm spe: Fix uninitialized record error variable
>
> Sandipan Das (1):
> perf probe powerpc: Fix trace event post-processing
>
> Tzvetomir Stoyanov (VMware) (24):
> tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
> tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
> tools lib traceevent, perf tools: Rename pevent plugin related APIs
> tools lib traceevent, perf tools: Rename pevent alloc / free APIs
> tools lib traceevent, perf tools: Rename pevent find APIs
> tools lib traceevent, perf tools: Rename pevent parse APIs
> tools lib traceevent, perf tools: Rename pevent print APIs
> tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
> tools lib traceevent, perf tools: Rename pevent_register_* APIs
> tools lib traceevent, perf tools: Rename pevent_set_* APIs
> tools lib traceevent, perf tools: Rename traceevent_* APIs
> tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
> tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
> tools lib traceevent: Rename pevent_function* APIs
> tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs
> tools lib traceevent: Rename pevent_filter* APIs
> tools lib traceevent: Rename pevent_register / unregister APIs
> tools lib traceevent: Rename pevent_data_ APIs
> tools lib traceevent: Rename pevent field APIs
> tools lib traceevent: Rename pevent_find_* APIs
> tools lib traceevent: Rename various pevent get/set/is APIs
> tools lib traceevent: Rename internal parser related APIs
> tools lib traceevent: Rename various pevent APIs
> tools lib traceevent: Rename static variables and functions in event-parse.c
>
> arch/x86/mm/cpu_entry_area.c | 33 +
> fs/proc/kcore.c | 7 +-
> include/linux/kcore.h | 13 +
> kernel/kallsyms.c | 51 +-
> tools/lib/lockdep/Makefile | 4 +-
> tools/lib/traceevent/Makefile | 4 +-
> tools/lib/traceevent/event-parse.c | 696 ++++++++++-----------
> tools/lib/traceevent/event-parse.h | 458 +++++++-------
> tools/lib/traceevent/event-plugin.c | 70 +--
> tools/lib/traceevent/parse-filter.c | 288 ++++-----
> tools/lib/traceevent/plugin_cfg80211.c | 20 +-
> tools/lib/traceevent/plugin_function.c | 34 +-
> tools/lib/traceevent/plugin_hrtimer.c | 56 +-
> tools/lib/traceevent/plugin_jbd2.c | 36 +-
> tools/lib/traceevent/plugin_kmem.c | 66 +-
> tools/lib/traceevent/plugin_kvm.c | 154 ++---
> tools/lib/traceevent/plugin_mac80211.c | 28 +-
> tools/lib/traceevent/plugin_sched_switch.c | 60 +-
> tools/lib/traceevent/plugin_scsi.c | 24 +-
> tools/lib/traceevent/plugin_xen.c | 20 +-
> tools/perf/arch/arm64/util/arm-spe.c | 1 +
> tools/perf/arch/powerpc/util/sym-handling.c | 4 +-
> tools/perf/arch/x86/Makefile | 3 -
> tools/perf/builtin-kmem.c | 6 +-
> tools/perf/builtin-report.c | 6 +-
> tools/perf/builtin-script.c | 6 +-
> tools/perf/check-headers.sh | 17 +-
> tools/perf/util/auxtrace.c | 3 +
> tools/perf/util/data-convert-bt.c | 6 +-
> tools/perf/util/evsel.c | 2 +-
> tools/perf/util/header.c | 6 +-
> tools/perf/util/machine.h | 2 +-
> tools/perf/util/namespaces.c | 3 +
> tools/perf/util/python.c | 10 +-
> .../perf/util/scripting-engines/trace-event-perl.c | 2 +-
> .../util/scripting-engines/trace-event-python.c | 6 +-
> tools/perf/util/setup.py | 10 +-
> tools/perf/util/sort.c | 16 +-
> tools/perf/util/sort.h | 2 +-
> tools/perf/util/trace-event-parse.c | 34 +-
> tools/perf/util/trace-event-read.c | 44 +-
> tools/perf/util/trace-event-scripting.c | 4 +-
> tools/perf/util/trace-event.c | 28 +-
> tools/perf/util/trace-event.h | 20 +-
> 44 files changed, 1230 insertions(+), 1133 deletions(-)
Pulled into perf/urgent, thanks a lot Arnaldo!
Ingo
next prev parent reply other threads:[~2018-08-18 11:17 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 15:05 [GIT PULL 00/35] perf/core improvements and fixes Arnaldo Carvalho de Melo
2018-08-15 15:05 ` Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 01/35] perf probe powerpc: Fix trace event post-processing Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 02/35] tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 03/35] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 04/35] tools lib traceevent, perf tools: Rename pevent plugin related APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 05/35] tools lib traceevent, perf tools: Rename pevent alloc / free APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 06/35] tools lib traceevent, perf tools: Rename pevent find APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 07/35] tools lib traceevent, perf tools: Rename pevent parse APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 08/35] tools lib traceevent, perf tools: Rename pevent print APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 09/35] tools lib traceevent, perf tools: Rename pevent_read_number_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 10/35] tools lib traceevent, perf tools: Rename pevent_register_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 11/35] tools lib traceevent, perf tools: Rename pevent_set_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 12/35] tools lib traceevent, perf tools: Rename traceevent_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 13/35] tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 14/35] tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 15/35] tools lib traceevent: Rename pevent_function* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 16/35] tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 17/35] tools lib traceevent: Rename pevent_filter* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 18/35] tools lib traceevent: Rename pevent_register / unregister APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 19/35] tools lib traceevent: Rename pevent_data_ APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 20/35] tools lib traceevent: Rename pevent field APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 21/35] tools lib traceevent: Rename pevent_find_* APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 22/35] tools lib traceevent: Rename various pevent get/set/is APIs Arnaldo Carvalho de Melo
2018-08-15 15:05 ` [PATCH 23/35] tools lib traceevent: Rename internal parser related APIs Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 24/35] tools lib traceevent: Rename various pevent APIs Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 25/35] tools lib traceevent: Rename static variables and functions in event-parse.c Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 26/35] perf tools: Check for null when copying nsinfo Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 27/35] perf tools: Fix check-headers.sh AND list path of execution Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 28/35] perf tools: Make check-headers.sh check based on kernel dir Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 29/35] perf tools: Move syscall_64.tbl check into check-headers.sh Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 30/35] perf arm spe: Fix uninitialized record error variable Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 31/35] perf python: Remove -mcet and -fcf-protection when building with clang Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 32/35] perf auxtrace: Fix queue resize Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 33/35] kallsyms: Simplify update_iter_mod() Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 34/35] kallsyms, x86: Export addresses of PTI entry trampolines Arnaldo Carvalho de Melo
2018-08-15 15:06 ` [PATCH 35/35] x86: Add entry trampolines to kcore Arnaldo Carvalho de Melo
2018-08-15 15:21 ` [GIT PULL 00/35] perf/core improvements and fixes Andy Lutomirski
2018-08-15 15:21 ` Andy Lutomirski
2018-08-18 11:17 ` Ingo Molnar [this message]
2018-08-18 11:17 ` Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2019-03-07 17:43 Arnaldo Carvalho de Melo
2019-03-07 17:43 ` Arnaldo Carvalho de Melo
2019-03-09 16:02 ` Ingo Molnar
2019-03-09 16:02 ` Ingo Molnar
2017-12-28 14:29 Arnaldo Carvalho de Melo
2017-12-28 14:29 ` Arnaldo Carvalho de Melo
2017-12-28 14:29 ` Arnaldo Carvalho de Melo
2017-12-28 14:29 ` Arnaldo Carvalho de Melo
2017-12-28 15:17 ` Ingo Molnar
2017-12-28 15:17 ` Ingo Molnar
2017-12-28 15:17 ` Ingo Molnar
2017-12-28 15:17 ` Ingo Molnar
2017-03-06 19:37 Arnaldo Carvalho de Melo
2017-03-07 7:17 ` Ingo Molnar
2016-08-23 21:03 Arnaldo Carvalho de Melo
2016-08-24 9:09 ` Ingo Molnar
2013-12-20 19:08 Arnaldo Carvalho de Melo
2013-12-27 20:05 ` Arnaldo Carvalho de Melo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180818111718.GA19187@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=ak@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=alexander.kapshuk@gmail.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=bevers@mesosphere.com \
--cc=dave.hansen@linux.intel.com \
--cc=dsahern@gmail.com \
--cc=gengdongjiu@huawei.com \
--cc=hpa@zytor.com \
--cc=jolsa@redhat.com \
--cc=joro@8bytes.org \
--cc=kim.phillips@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=luto@kernel.org \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.