From: Arnaldo Carvalho de Melo Date: Fri, 21 Jan 2011 15:46:41 +0000 (-0200) Subject: perf tools: Move event__parse_sample to evsel.c X-Git-Tag: v2.6.39-rc1~510^2~114^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0dd74e853a0a6f37e8061d6d50be41c7034c54c;p=pandora-kernel.git perf tools: Move event__parse_sample to evsel.c To avoid linking more stuff in the python binding I'm working on, future csets will make the sample type be taken from the evsel itself, but for that we need to first have one file per cpu and per sample_type, not a single perf.data file. Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed