Steven Rostedt (VMware)
fcdc712579
ftrace: Fix indexing of t_hash_start() from t_next()
...
t_hash_start() does not increment *pos, where as t_next() must. But when
t_next() does increment *pos, it must still pass in the original *pos to
t_hash_start() otherwise it will skip the first instance:
# cd /sys/kernel/debug/tracing
# echo schedule:traceoff > set_ftrace_filter
# echo do_IRQ:traceoff > set_ftrace_filter
# echo call_rcu > set_ftrace_filter
# cat set_ftrace_filter
call_rcu
schedule:traceoff:unlimited
do_IRQ:traceoff:unlimited
The above called t_hash_start() from t_start() as there was only one
function (call_rcu), but if we add another function:
# echo xfrm_policy_destroy_rcu >> set_ftrace_filter
# cat set_ftrace_filter
call_rcu
xfrm_policy_destroy_rcu
do_IRQ:traceoff:unlimited
The "schedule:traceoff" disappears.
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org >
2017-04-17 10:22:29 -04:00
..
2017-03-09 13:27:17 -08:00
2017-03-14 15:11:19 -07:00
2017-02-27 18:43:46 -08:00
2017-03-02 08:42:34 +01:00
2017-03-17 13:59:52 -07:00
2016-07-15 14:54:27 +09:00
2017-03-02 08:42:40 +01:00
2016-08-26 14:42:08 +02:00
2017-03-16 09:28:30 +01:00
2017-03-03 10:16:38 -08:00
2017-03-02 08:42:36 +01:00
2017-04-10 15:22:03 -04:00
2017-03-16 09:37:38 +01:00
2017-03-07 14:45:22 -08:00
2017-04-17 10:22:29 -04:00
2017-03-02 08:42:39 +01:00
2016-12-17 18:44:00 -08:00
2017-01-05 23:06:06 -08:00
2016-12-17 18:44:00 -08:00
2017-02-21 13:25:50 -08:00
2017-02-21 13:25:50 -08:00
2016-11-29 15:10:12 -05:00
2017-02-21 13:25:50 -08:00
2017-01-12 07:01:56 -07:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2017-03-14 19:19:27 +01:00
2017-03-02 08:42:28 +01:00
2017-03-02 08:42:39 +01:00
2017-03-09 17:01:09 -08:00
2017-02-22 10:15:09 -08:00
2017-03-03 01:43:46 +01:00
2016-07-28 16:07:41 -07:00
2016-12-24 11:46:01 -08:00
2017-03-14 21:45:36 +01:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:34 +01:00
2017-02-27 13:26:17 -08:00
2017-02-17 13:40:05 -05:00
2016-10-25 11:31:51 +02:00
2016-12-20 09:48:47 -08:00
2017-02-22 17:33:34 -08:00
2017-03-10 20:55:09 +01:00
2017-03-10 20:55:09 +01:00
2016-08-02 19:35:27 -04:00
2017-03-02 08:42:39 +01:00
2017-02-22 10:30:38 -08:00
2017-02-24 17:46:56 -08:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2016-12-27 14:49:05 -05:00
2017-01-23 11:32:16 -08:00
2017-03-16 16:56:18 -07:00
2016-04-11 22:43:43 +01:00
2017-02-22 17:08:33 -08:00
2017-02-24 17:46:56 -08:00
2016-10-25 11:08:10 +08:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:37 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-03-02 08:42:35 +01:00
2017-02-27 18:43:47 -08:00
2016-04-14 12:56:09 -07:00
2017-03-02 08:42:36 +01:00
2017-03-02 08:42:39 +01:00
2017-03-02 08:42:26 +01:00
2017-03-02 08:42:35 +01:00
2016-10-21 15:45:47 -06:00
2017-02-08 08:21:31 +01:00
2016-11-16 10:15:09 +01:00
2016-12-22 22:58:37 -05:00
2017-03-02 08:42:39 +01:00
2016-12-14 16:04:07 -08:00
2017-03-02 08:42:28 +01:00
2016-08-02 19:35:02 -04:00
2016-11-15 10:54:36 -05:00
2017-03-02 08:42:27 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-03-06 15:26:37 -06:00
2017-03-02 08:42:31 +01:00
2016-09-05 13:52:39 +02:00
2017-03-02 08:42:29 +01:00
2017-03-02 08:42:29 +01:00
2017-03-03 01:45:36 +01:00
2017-03-02 08:42:38 +01:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:34 +01:00
2017-03-06 15:33:42 -05:00