Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1251420
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] clocksource: add missing notrace attribute |
| Date | 2015-10-20 10:10 +0200 |
| Message-ID | <qlA9z-6df-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Some clocksource drivers sched_clock implementation either miss notrace attribute or call wasn't notrace function. This series try to fix them. Jisheng Zhang (7): clocksource: arm_global_timer: fix ftrace clocksource: samsung_pwm_timer: fix ftrace clocksource: pistachio: fix ftrace clocksource: prima2: fix ftrace clocksource: vf_pit_timer: don't trace pit_read_sched_clock() clocksource: digicolor: don't trace digicolor_timer_sched_read() clocksource: fsl_ftm_timer: don't trace ftm_read_sched_clock drivers/clocksource/arm_global_timer.c | 9 +++++++-- drivers/clocksource/fsl_ftm_timer.c | 2 +- drivers/clocksource/samsung_pwm_timer.c | 2 +- drivers/clocksource/time-pistachio.c | 3 ++- drivers/clocksource/timer-digicolor.c | 2 +- drivers/clocksource/timer-prima2.c | 2 +- drivers/clocksource/vf_pit_timer.c | 2 +- 7 files changed, 14 insertions(+), 8 deletions(-) -- 2.6.1 -- 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] clocksource: add missing notrace attribute Jisheng Zhang <jszhang@marvell.com> - 2015-10-20 10:10 +0200
[PATCH 3/7] clocksource: pistachio: fix ftrace Jisheng Zhang <jszhang@marvell.com> - 2015-10-20 10:20 +0200
[PATCH 5/7] clocksource: vf_pit_timer: don't trace pit_read_sched_clock() Jisheng Zhang <jszhang@marvell.com> - 2015-10-20 10:20 +0200
[PATCH 2/7] clocksource: samsung_pwm_timer: fix ftrace Jisheng Zhang <jszhang@marvell.com> - 2015-10-20 10:20 +0200
Re: [PATCH 0/7] clocksource: add missing notrace attribute Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-10-26 19:00 +0100
Re: [PATCH 0/7] clocksource: add missing notrace attribute Jisheng Zhang <jszhang@marvell.com> - 2015-10-27 03:30 +0100
csiph-web