commit | 8c6f45a7c263840c27dfe846d40577b49e43b85b | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Thu Dec 19 14:38:03 2013 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Thu Dec 19 14:38:03 2013 -0300 |
tree | 4125165f3644aba55cd75535af29ccf9aea6b5a0 | |
parent | cf8b2e6941091d2034f19c1799f8d6407bd565a4 [diff] |
perf record: Rename 'perf_record' to plain 'record' Its a local struct and the functions use the __ separator from the class name to the method name, so its unlikely that this will clash with other namespaces. Save some typing then. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>