Masami Hiramatsu
5069ed86be
perf probe: Enable to put probe inline function call site
Enable to put probe inline function call site. This will increase line-based
probe-ability.
<Without this patch>
$ ./perf probe -L schedule:48
<schedule:48>
pre_schedule(rq, prev);
50 if (unlikely(!rq->nr_running))
idle_balance(cpu, rq);
put_prev_task(rq, prev);
next = pick_next_task(rq);
56 if (likely(prev != next)) {
sched_info_switch(prev, next);
trace_sched_switch_out(prev, next);
perf_event_task_sched_out(prev, next);
<With this patch>
$ ./perf probe -L schedule:48
<schedule:48>
48 pre_schedule(rq, prev);
50 if (unlikely(!rq->nr_running))
51 idle_balance(cpu, rq);
53 put_prev_task(rq, prev);
54 next = pick_next_task(rq);
56 if (likely(prev != next)) {
57 sched_info_switch(prev, next);
58 trace_sched_switch_out(prev, next);
59 perf_event_task_sched_out(prev, next);
Cc: 2nddept-manager@sdl.hitachi.co.jp
Cc: Franck Bui-Huu <fbuihuu@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <20110113124604.22426.48873.stgit@ltc236.sdl.hitachi.co.jp>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2011-01-24 10:57:03 -02:00
..
2011-01-22 19:56:28 -02:00
2010-11-16 19:37:44 +01:00
2011-01-22 19:56:31 -02:00
2010-05-18 23:03:35 -03:00
2009-07-01 12:49:48 +02:00
2010-05-02 12:00:44 -03:00
2010-12-04 23:05:19 -02:00
2010-05-20 12:15:33 -03:00
2010-08-21 11:22:47 -03:00
2011-01-22 19:56:31 -02:00
2011-01-22 19:56:31 -02:00
2010-04-02 16:28:15 -03:00
2010-04-02 16:28:15 -03:00
2010-06-05 09:34:04 -03:00
2011-01-22 19:56:30 -02:00
2011-01-22 19:56:30 -02:00
2009-11-23 21:55:20 +01:00
2010-11-30 20:58:42 -02:00
2010-11-27 02:41:01 -02:00
2009-12-28 10:36:36 +01:00
2009-12-28 10:36:36 +01:00
2011-01-22 23:41:57 -02:00
2010-12-09 11:18:06 -02:00
2011-01-22 19:56:30 -02:00
2011-01-22 19:56:30 -02:00
2011-01-22 19:56:29 -02:00
2011-01-22 19:56:29 -02:00
2010-05-18 23:05:28 -03:00
2010-05-18 23:03:35 -03:00
2011-01-22 19:56:28 -02:00
2011-01-22 19:56:28 -02:00
2010-05-18 23:03:35 -03:00
2009-09-24 21:27:51 +02:00
2011-01-22 19:56:31 -02:00
2011-01-22 19:56:31 -02:00
2010-05-02 12:00:44 -03:00
2009-09-24 21:27:51 +02:00
2011-01-22 23:41:57 -02:00
2010-10-21 16:11:44 -02:00
2009-06-27 06:06:39 +02:00
2011-01-22 19:56:28 -02:00
2011-01-22 19:56:28 -02:00
2010-05-17 16:22:41 -03:00
2010-12-06 15:33:29 -02:00
2010-08-21 11:22:47 -03:00
2010-07-05 10:42:58 +02:00
2011-01-22 23:41:57 -02:00
2010-10-21 16:11:44 -02:00
2011-01-24 10:57:03 -02:00
2010-11-19 16:38:04 -02:00
2010-05-14 20:05:21 -03:00
2010-08-10 16:11:08 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2011-01-22 19:56:31 -02:00
2011-01-22 19:56:31 -02:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-12-06 15:12:34 -02:00
2010-08-22 20:43:17 +02:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-12-21 19:15:42 -02:00
2009-12-15 20:22:01 +01:00
2009-12-15 20:22:02 +01:00
2011-01-22 19:53:00 -02:00
2009-09-24 21:27:51 +02:00
2011-01-22 23:41:57 -02:00
2011-01-04 08:08:54 +01:00
2011-01-04 00:24:16 -02:00
2011-01-04 00:24:16 -02:00
2011-01-03 16:39:04 -02:00
2010-05-18 08:19:03 -07:00
2010-05-20 08:37:17 +02:00
2010-10-04 12:24:51 -03:00
2011-01-03 16:39:04 -02:00
2011-01-22 23:41:57 -02:00
2009-06-07 17:31:52 +02:00
2011-01-03 16:50:55 -02:00
2011-01-03 16:50:55 -02:00
2011-01-22 23:41:57 -02:00
2009-09-24 21:27:51 +02:00
2010-05-18 23:05:28 -03:00
2011-01-03 16:39:04 -02:00
2011-01-03 16:39:04 -02:00