Comment 0 for bug 764796

Revision history for this message
Paweł Moll (pawel-moll) wrote :

Could we have basic profiling & tracing options enabled in Linaro vexpress kernel? I'd suggest:

CONFIG_PROFILING=y
CONFIG_PERF_EVENTS=y
CONFIG_HW_PERF_EVENTS=y
CONFIG_FTRACE=y
CONFIG_ENABLE_DEFAULT_TRACERS=y
CONFIG_HIGH_RES_TIMERS=y

(the last one allows using hrtimers as a sampling clock)