Re: [PATCH] ftrace: Add a C/P state tracer to help power optimization

From: Frédéric Weisbecker
Date: Sun Nov 23 2008 - 16:12:56 EST


Hi Arjan,

2008/11/23 Arjan van de Ven <arjan@xxxxxxxxxxxxx>:
> +static void power_trace_ctrl_update(struct trace_array *tr)
> +{
> + if (tr->ctrl)
> + start_power_trace();
> + else
> + stop_power_trace(tr);
> +}


The ctrl_update callback doesn't exist anymore...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/