commit | ec913369733923dbfd6bdff5953a918107059701 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Sun Dec 13 19:50:27 2009 -0200 |
committer | Ingo Molnar <[email protected]> | Mon Dec 14 16:57:16 2009 +0100 |
tree | 4c4397f5de47bb1352bfed874919bb438b6e4816 | |
parent | 13df45ca1c9a430d5f53862854070fcc324e015c [diff] |
perf session: Reduce the number of parms to perf_session__process_events By having the cwd/cwdlen in the perf_session struct and full_paths in perf_event_ops. Now its just a matter of passing the ops. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Frédéric Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Paul Mackerras <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>