diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2011-03-04 14:51:33 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2011-03-05 22:31:04 -0300 |
| commit | d7603d5122d9700fb8f36fa08b04f4e900fef059 (patch) | |
| tree | 092dca7764059cbd85903c3a470e717732d3b9e8 /scripts/patch-kernel | |
| parent | a03f35ceeb3d279da35c5a914ac01a4b1effb0a1 (diff) | |
perf hists: Remove needless global col lenght calcs
To support multiple events we need to do these calcs per 'struct hists'
instance, and it turns out we already do that at:
__hists__add_entry
hists__inc_nr_entries
hists__calc_col_len
for all the unfiltered hist_entry instances we stash in the rb tree, so
trow away the dead code.
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Tom Zanussi <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions