aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/pmu.h
diff options
context:
space:
mode:
authorStephane Eranian <eranian@google.com>2013-11-12 17:58:48 +0100
committerIngo Molnar <mingo@kernel.org>2013-11-27 11:16:38 +0100
commit71ad88efebbcde374bddf904b96f3a7fc82d45d4 (patch)
treed6bb2d225ad6dfc1e70fe1c1f5686d8c4228b09f /tools/perf/util/pmu.h
parentMerge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core (diff)
downloadlinux-dev-71ad88efebbcde374bddf904b96f3a7fc82d45d4.tar.xz
linux-dev-71ad88efebbcde374bddf904b96f3a7fc82d45d4.zip
perf: Add active_entry list head to struct perf_event
This patch adds a new field to the struct perf_event. It is intended to be used to chain events which are active (enabled). It helps in the hardware layer for PMUs which do not have actual counter restrictions, i.e., free running read-only counters. Active events are chained as opposed to being tracked via the counter they use. To save space we use a union with hlist_entry as both are mutually exclusive (suggested by Jiri Olsa). Signed-off-by: Stephane Eranian <eranian@google.com> Reviewed-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: acme@redhat.com Cc: jolsa@redhat.com Cc: zheng.z.yan@intel.com Cc: bp@alien8.de Cc: maria.n.dimakopoulou@gmail.com Link: http://lkml.kernel.org/r/1384275531-10892-2-git-send-email-eranian@google.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/pmu.h')
0 files changed, 0 insertions, 0 deletions