]> Git Repo - linux.git/commit
perf_counter: Rename various fields
authorPeter Zijlstra <[email protected]>
Tue, 2 Jun 2009 13:13:03 +0000 (15:13 +0200)
committerIngo Molnar <[email protected]>
Tue, 2 Jun 2009 19:45:30 +0000 (21:45 +0200)
commitb23f3325ed465f1bd914384884269af0d106778c
tree7b263c707e50463f1e1defc60d371b09e352a21a
parent8e5799b1ad2a0567fdfaaf0e91b40efee010f2c1
perf_counter: Rename various fields

A few renames:

  s/irq_period/sample_period/
  s/irq_freq/sample_freq/
  s/PERF_RECORD_/PERF_SAMPLE_/
  s/record_type/sample_type/

And change both the new sample_type and read_format to u64.

Reported-by: Stephane Eranian <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: John Kacur <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
arch/powerpc/kernel/perf_counter.c
arch/x86/kernel/cpu/perf_counter.c
include/linux/perf_counter.h
kernel/perf_counter.c
This page took 0.055297 seconds and 4 git commands to generate.