This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ltt-dev] [LTTng][RFC][Patch 2/2] add irq-id parameter to irq_exit tracepoint and marker


* Masami Hiramatsu <mhiramat@redhat.com> wrote:

> Add irq id parameter to irq_exit tracepoint and marker
> 
> irq_id parameter is useful for paring irq enter and exit events.
> 
> Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
> Signed-off-by: Hideo Aoki <haoki@redhat.com>
> ---
>  arch/x86/kernel/apic_32.c                 |    6 +++---
>  arch/x86/kernel/apic_64.c                 |    6 +++---
>  arch/x86/kernel/cpu/mcheck/mce_intel_64.c |    2 +-
>  arch/x86/kernel/cpu/mcheck/p4.c           |    2 +-
>  arch/x86/kernel/tlb_32.c                  |    2 +-
>  arch/x86/kernel/tlb_64.c                  |    2 +-
>  include/trace/irq.h                       |    4 ++--
>  kernel/irq/handle.c                       |    2 +-
>  kernel/kernel-trace.c                     |    2 +-
>  9 files changed, 14 insertions(+), 14 deletions(-)

all these files conflict with tip/master in a non-trivial way. apic.c 
got unified, mce and tlb reworked. Could you please resend against 
tip/master? Thanks,

	Ingo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]