Revision afd4ad01ff0441fdb3f2907f9f8c6e019e62270f authored by Jiri Olsa on 06 July 2021, 15:17:04 UTC, committed by Arnaldo Carvalho de Melo on 09 July 2021, 18:34:41 UTC
Add a test for the newly added perf_evlist__set_leader() function.

Committer testing:

  $ cd tools/lib/perf/
  $ sudo make tests
  [sudo] password for acme:
  running static:
  - running tests/test-cpumap.c...OK
  - running tests/test-threadmap.c...OK
  - running tests/test-evlist.c...OK
  - running tests/test-evsel.c...OK
  running dynamic:
  - running tests/test-cpumap.c...OK
  - running tests/test-threadmap.c...OK
  - running tests/test-evlist.c...OK
  - running tests/test-evsel.c...OK
  $

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Requested-by: Shunsuke Nakamura <nakamura.shun@fujitsu.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20210706151704.73662-8-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent e2c1816
History
File Mode Size
Kconfig -rw-r--r-- 665 bytes
Makefile -rw-r--r-- 288 bytes
balloc.c -rw-r--r-- 18.4 KB
dir.c -rw-r--r-- 5.2 KB
directory.c -rw-r--r-- 5.8 KB
ecma_167.h -rw-r--r-- 21.7 KB
file.c -rw-r--r-- 7.4 KB
ialloc.c -rw-r--r-- 3.5 KB
inode.c -rw-r--r-- 67.1 KB
lowlevel.c -rw-r--r-- 1.5 KB
misc.c -rw-r--r-- 7.7 KB
namei.c -rw-r--r-- 34.1 KB
osta_udf.h -rw-r--r-- 9.0 KB
partition.c -rw-r--r-- 8.7 KB
super.c -rw-r--r-- 67.5 KB
symlink.c -rw-r--r-- 4.3 KB
truncate.c -rw-r--r-- 7.9 KB
udf_i.h -rw-r--r-- 1.8 KB
udf_sb.h -rw-r--r-- 4.1 KB
udfdecl.h -rw-r--r-- 8.8 KB
udfend.h -rw-r--r-- 1.6 KB
udftime.c -rw-r--r-- 3.2 KB
unicode.c -rw-r--r-- 9.2 KB

back to top