]> git.baikalelectronics.ru Git - kernel.git/commit
perf_counter tools: Remove one L1-data alias
authorYong Wang <yong.y.wang@linux.intel.com>
Fri, 12 Jun 2009 03:17:06 +0000 (11:17 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 12 Jun 2009 11:45:09 +0000 (13:45 +0200)
commit2d5751b2f6d8ecf48794d63288679c2d615b989d
tree808f459ce2c1a78d99482b4be8897eaa3aacb82a
parent64e0744da44d0169f5f7393466a487140846550f
perf_counter tools: Remove one L1-data alias

Otherwise all L1-instruction aliases will be recognized as
L1-data by strcasestr() when calling function parse_aliases.

Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <20090612031706.GA22126@ywang-moblin2.bj.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/parse-events.c