login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2009
»
October
»
22
Re: [PATCH -v4 4/9] tracing: add static function tracer support for MIPS
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Steven Rostedt
Subject:
Re: [PATCH -v4 4/9] tracing: add static function tracer support for MIPS
Date: Thursday, October 22, 2009 - 2:55 pm
On Thu, 2009-10-22 at 14:29 -0700, Adam Nemet wrote:
quoted text
> Steven Rostedt writes: > > On Thu, 2009-10-22 at 13:30 -0700, Adam Nemet wrote: > > > Also note that for functions invoked via tail call you won't get an exit > > > event. E.g. if bar is tail-called from foo: > > > > > > foo entered > > > bar entered > > > foo/bar exited > > > > > > However, this is not MIPS-specific and you can always disable tail calls > > > with -fno-optimize-sibling-calls. > > > > The question is, would bar have a _mcount call? So far, we have not had > > any issues with this on either x86 nor PPC. > > Yes, bar will have an _mcount call. The difference is that bar will return to > foo's caller directly rather than to foo first.
I guess the best bet is to have CONFIG_FUNCTION_GRAPH enable -fno-optimize-sibling-calls and be done with it. -- Steve --
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 -v4 1/9] tracing: convert trace_clock_local() as we ...
, Wu Zhangjin
, (Wed Oct 21, 7:34 am)
[PATCH -v4 2/9] MIPS: add mips_timecounter_read() to get h ...
, Wu Zhangjin
, (Wed Oct 21, 7:34 am)
[PATCH -v4 3/9] tracing: add MIPS specific trace_clock_local()
, Wu Zhangjin
, (Wed Oct 21, 7:34 am)
[PATCH -v4 4/9] tracing: add static function tracer suppor ...
, Wu Zhangjin
, (Wed Oct 21, 7:34 am)
[PATCH -v4 5/9] tracing: enable HAVE_FUNCTION_TRACE_MCOUNT ...
, Wu Zhangjin
, (Wed Oct 21, 7:34 am)
[PATCH -v4 6/9] tracing: add an endian argument to scripts ...
, Wu Zhangjin
, (Wed Oct 21, 7:35 am)
[PATCH -v4 7/9] tracing: add dynamic function tracer suppo ...
, Wu Zhangjin
, (Wed Oct 21, 7:35 am)
[PATCH -v4 8/9] tracing: not trace mips_timecounter_init() ...
, Wu Zhangjin
, (Wed Oct 21, 7:35 am)
[PATCH -v4 9/9] tracing: add function graph tracer support ...
, Wu Zhangjin
, (Wed Oct 21, 7:35 am)
Re: [PATCH -v4 3/9] tracing: add MIPS specific trace_clock ...
, Steven Rostedt
, (Wed Oct 21, 7:46 am)
Re: [PATCH -v4 3/9] tracing: add MIPS specific trace_clock ...
, Wu Zhangjin
, (Wed Oct 21, 8:11 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Wed Oct 21, 8:21 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Steven Rostedt
, (Wed Oct 21, 8:24 am)
Re: [PATCH -v4 6/9] tracing: add an endian argument to scr ...
, Steven Rostedt
, (Wed Oct 21, 8:26 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 9:12 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 9:14 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Wed Oct 21, 9:37 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 9:46 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Wed Oct 21, 10:07 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 10:23 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Wed Oct 21, 10:48 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 11:09 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Nicholas Mc Guire
, (Wed Oct 21, 11:17 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Wed Oct 21, 11:25 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Wed Oct 21, 11:34 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, pajko
, (Thu Oct 22, 4:37 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Thu Oct 22, 4:38 am)
Re: [PATCH -v4 2/9] MIPS: add mips_timecounter_read() to g ...
, pajko
, (Thu Oct 22, 6:03 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Thu Oct 22, 6:17 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Thu Oct 22, 6:31 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Thu Oct 22, 8:20 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Thu Oct 22, 8:59 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Thu Oct 22, 9:11 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, David Daney
, (Thu Oct 22, 9:16 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Thu Oct 22, 10:39 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Thu Oct 22, 10:47 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Thu Oct 22, 10:58 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Steven Rostedt
, (Thu Oct 22, 10:59 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Steven Rostedt
, (Thu Oct 22, 11:00 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Thu Oct 22, 11:34 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, David Daney
, (Thu Oct 22, 11:34 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Thu Oct 22, 12:13 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Adam Nemet
, (Thu Oct 22, 1:30 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Steven Rostedt
, (Thu Oct 22, 1:52 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Frederic Weisbecker
, (Thu Oct 22, 2:09 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Adam Nemet
, (Thu Oct 22, 2:29 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Steven Rostedt
, (Thu Oct 22, 2:55 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Richard Sandiford
, (Thu Oct 22, 3:17 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Thu Oct 22, 6:09 pm)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Fri Oct 23, 12:21 am)
Re: [PATCH -v4 4/9] tracing: add static function tracer su ...
, Wu Zhangjin
, (Fri Oct 23, 2:32 am)
[PATCH] MIPS: Add option to pass return address location t ...
, David Daney
, (Fri Oct 23, 3:48 pm)
Re: [PATCH] MIPS: Add option to pass return address locati ...
, Richard Sandiford
, (Sat Oct 24, 2:12 am)
Re: [PATCH] MIPS: Add option to pass return address locati ...
, Wu Zhangjin
, (Sat Oct 24, 8:53 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Sun Oct 25, 3:48 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Patrik Kluba
, (Sun Oct 25, 6:37 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Wu Zhangjin
, (Sun Oct 25, 7:22 am)
Re: [PATCH -v4 9/9] tracing: add function graph tracer sup ...
, Richard Sandiford
, (Sun Oct 25, 8:55 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Matthew Garrett
Re: [PATCH] Enable speedstep for sonoma processors.
Mauro Carvalho Chehab
Re: [PATCH 1/2] media: Add timberdale video-in driver
Peter Zijlstra
[PATCH 23/30] netvm: skb processing
Greg Kroah-Hartman
[PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
git
:
Jan Hudec
Re: GIT push to sftp (feature request)
Steffen Prohaska
[PATCH 0/4] core.ignorecase
Johannes Schindelin
Re: Git checkout preserve timestamp?
Linus Torvalds
[PATCH 1/7] Make unpack_trees_options bit flags actual bitfields
Johan Herland
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13)
linux-netdev
:
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Richard Cochran
Re: [PATCH v3 3/3] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Jan Engelhardt
Re: [PATCH] Fix netfilter xt_time's time_mt()'s use of do_div()
Herbert Xu
Re: [RFC PATCH 00/17] virtual-bus
Jeff Kirsher
Re: [net-next-2.6 PATCH] e1000e: don't inadvertently re-set INTX_DISABLE
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
Use path_put() in a few places instead of {mnt,d}put()
Linux Kernel Mailing List
mv643xx_eth: use sw csum for big packets
Linux Kernel Mailing List
arm: fix HAVE_CLK merge goof
Linux Kernel Mailing List
arm: convert pcm037 platform to use smsc911x
freebsd-current
:
David Wolfskill
"interrupt storm..."; seems associated with an0 NIC
Andriy Gapon
Re: letting glabel recognise a media change
Garrett Cooper
Re: Only display ACPI bootmenu key if ACPI is present
Pyun YongHyeon
CFT: msk(4) Rx checksum offloading support
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Colocation donated by:
Syndicate