linux/tools/perf/tests
Jiri Olsa a1e12da479 perf tools: Add 'I' event modifier for exclude_idle bit
Adding 'I' event modifier to have complete set of modifiers for
perf_event_attr:exclude_* bits.

Any event specified with 'I' modifier will have the
perf_event_attr:exclude_idle bit set.

  $ perf record -e cycles:I -vv ls 2>&1 | grep exclude_idle
  exclude_hv          0    exclude_idle        1

Adding automated tests.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: William Cohen <wcohen@redhat.com>
Link: http://lkml.kernel.org/r/1428441919-23099-2-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-04-08 11:00:16 -03:00
..
attr perf tests: Fix attr tests 2015-04-08 10:49:53 -03:00
Build perf tools: Add kmod_path__parse function 2015-03-21 14:53:41 -03:00
attr.c
attr.py perf tools: Remove EOL whitespaces 2015-01-21 13:24:31 -03:00
bp_signal.c
bp_signal_overflow.c
builtin-test.c perf tools: Add kmod_path__parse function 2015-03-21 14:53:41 -03:00
code-reading.c perf tests: Use thread->mg->machine 2014-10-29 10:32:47 -02:00
dso-data.c perf tests: Do not rely on dso__data_read_offset() to open dso 2015-02-06 11:46:35 +01:00
dwarf-unwind.c perf test: Fix dwarf unwind using libunwind. 2015-01-16 17:49:29 -03:00
evsel-roundtrip-name.c
evsel-tp-sched.c
fdarray.c
hists_common.c
hists_common.h
hists_cumulate.c perf hists: Rename hist_entry__free to __delete 2015-01-21 13:24:31 -03:00
hists_filter.c perf report: Show progress bar for output resorting 2014-12-23 12:01:37 -03:00
hists_link.c
hists_output.c perf hists: Rename hist_entry__free to __delete 2015-01-21 13:24:31 -03:00
keep-tracking.c
kmod-path.c perf tools: Add kmod_path__parse function 2015-03-21 14:53:41 -03:00
make perf tools: Fix perf-read-vdsox32 not building and lib64 install dir 2015-03-19 13:38:05 -03:00
mmap-basic.c
mmap-thread-lookup.c
open-syscall-all-cpus.c perf tools: Make perf aware of tracefs 2015-02-11 12:37:08 -03:00
open-syscall-tp-fields.c
open-syscall.c perf tools: Make perf aware of tracefs 2015-02-11 12:37:08 -03:00
parse-events.c perf tools: Add 'I' event modifier for exclude_idle bit 2015-04-08 11:00:16 -03:00
parse-no-sample-id-all.c
perf-record.c
perf-targz-src-pkg
perf-time-to-tsc.c
pmu.c
python-use.c
rdpmc.c
sample-parsing.c perf tests: Fix typo in sample-parsing.c 2015-01-22 17:03:01 -03:00
sw-clock.c
switch-tracking.c
task-exit.c
tests.h perf tools: Add kmod_path__parse function 2015-03-21 14:53:41 -03:00
thread-mg-share.c
vmlinux-kallsyms.c