[PATCH 07/21] perf trace: Separate routine that handles an event from the one that reads it

2015-02-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo 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 Cc: Borislav Petkov Cc: David Ahern Cc: Don Zickus Cc: Frederic Weisbecker Cc: Jiri Olsa Cc:

[PATCH 07/21] perf trace: Separate routine that handles an event from the one that reads it

2015-02-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo a...@redhat.com 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.hun...@intel.com Cc: Borislav Petkov b...@suse.de Cc: David Ahern