]> git.baikalelectronics.ru Git - kernel.git/commit
perf trace: Separate routine that handles an event from the one that reads it
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 21 Feb 2015 20:10:29 +0000 (12:10 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Feb 2015 01:22:26 +0000 (22:22 -0300)
commitb419d42e8ed8d6d21f05a5113229aa8f17637ee1
treef2c3848e364c6b9c3a1c1e02d7df7360d44e9ccc
parentc17e64acb7e3e6d21b66e7a93ca8682ee5605917
perf trace: Separate routine that handles an event from the one that reads it

Because we need to use ordered_events in some cases, so we will need to
first have them in a queue, order that queue, and then process the
event.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-cmkw9zgoh0z4r218957ftp1a@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c