login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
25
Re: [Patch] Tracing/ftrace: Adds a marker to allow user comments
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [Patch] Tracing/ftrace: Adds a marker to allow user comments
Date: Monday, August 25, 2008 - 1:44 am
* Frédéric Weisbecker <fweisbec@gmail.com> wrote:
quoted text
> The documentation of mmiotrace describes an unimplemented feature > which allows the user to write any comments on his trace by writing on > a tracing/marker file. Here is an implementation of this idea. > > It applies on last version of tip tree.
hmm ... have you looked at the (recently implemented) ftrace_printk() facility? Ingo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[Patch] Tracing/ftrace: Adds a marker to allow user comments
, Frédéric Weisbecker
, (Sun Aug 24, 2:42 pm)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Ingo Molnar
, (Mon Aug 25, 1:44 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Mon Aug 25, 6:59 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Steven Rostedt
, (Mon Aug 25, 9:38 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Mon Aug 25, 10:52 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Wed Aug 27, 2:59 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Wed Aug 27, 11:21 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Ingo Molnar
, (Thu Aug 28, 2:44 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Thu Aug 28, 3:04 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Thu Aug 28, 9:03 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Thu Aug 28, 11:42 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Thu Sep 4, 9:20 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Thu Sep 4, 10:30 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Steven Rostedt
, (Thu Sep 4, 11:11 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Frédéric Weisbecker
, (Sat Sep 6, 4:39 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Sat Sep 6, 6:49 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Sun Sep 7, 7:11 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Steven Rostedt
, (Sun Sep 7, 10:29 am)
Re: [Patch] Tracing/ftrace: Adds a marker to allow user co ...
, Pekka Paalanen
, (Mon Sep 8, 10:19 am)
Tracing/ftrace: trouble with trace_entries and trace_pipe
, Pekka Paalanen
, (Mon Sep 15, 12:47 pm)
Re: Tracing/ftrace: trouble with trace_entries and trace_pipe
, Steven Rostedt
, (Mon Sep 15, 2:14 pm)
Re: Tracing/ftrace: trouble with trace_entries and trace_pipe
, Frédéric Weisbecker
, (Tue Sep 16, 1:57 am)
Re: Tracing/ftrace: trouble with trace_entries and trace_pipe
, Pekka Paalanen
, (Tue Sep 16, 11:01 am)
[PATCH 1/7] x86 mmiotrace: fix a rare memory leak.
, Pekka Paalanen
, (Tue Sep 16, 11:54 am)
[PATCH 2/7] ftrace: move mmiotrace functions out of trace.c.
, Pekka Paalanen
, (Tue Sep 16, 11:56 am)
[PATCH 3/7] ftrace: add trace_vprintk()
, Pekka Paalanen
, (Tue Sep 16, 11:58 am)
[PATCH 4/7] x86 mmiotrace: implement mmiotrace_printk().
, Pekka Paalanen
, (Tue Sep 16, 12:00 pm)
[PATCH 5/7] mmiotrace: handle TRACE_PRINT entries.
, Pekka Paalanen
, (Tue Sep 16, 12:02 pm)
[PATCH 6/7] mmiotrace: remove left-over marker cruft.
, Pekka Paalanen
, (Tue Sep 16, 12:03 pm)
[PATCH 7/7] ftrace: inject markers via trace_marker file.
, Pekka Paalanen
, (Tue Sep 16, 12:06 pm)
Re: [PATCH 3/7] ftrace: add trace_vprintk()
, Steven Rostedt
, (Tue Sep 16, 1:06 pm)
Re: [PATCH 5/7] mmiotrace: handle TRACE_PRINT entries.
, Steven Rostedt
, (Tue Sep 16, 1:11 pm)
Re: [PATCH 5/7] mmiotrace: handle TRACE_PRINT entries.
, Pekka Paalanen
, (Tue Sep 16, 2:24 pm)
Re: [PATCH 3/7] ftrace: add trace_vprintk()
, Ingo Molnar
, (Wed Sep 17, 4:42 am)
Re: Tracing/ftrace: trouble with trace_entries and trace_pipe
, Frédéric Weisbecker
, (Wed Sep 17, 5:41 am)
Re: Tracing/ftrace: trouble with trace_entries and trace_pipe
, Pekka Paalanen
, (Wed Sep 17, 10:36 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Joerg Roedel
Re: [patch] dma-debug: off by one issue
Tetsuo Handa
Re: [AppArmor #7 0/13] AppArmor security module
Pekka Enberg
Re: BUG in free_block (tainted)
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Junio C Hamano
Re: git-svnimport
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Patrick McHardy
Re: [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
openbsd-misc
:
Conor
Re: RFID Reader
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Stuart Henderson
Re: SquidGuard problem
Henning Brauer
Re: 3ware hardware raid support?
Ryan McBride
Re: Packets Per Second Limit?
Colocation donated by:
Syndicate