lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 10 Nov 2012 01:46:40 +0100
From:	Jiri Olsa <jolsa@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Ingo Molnar <mingo@...e.hu>, Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 00/12] perf tests: Move tests from builtin-test

hi,
I discussed with Arnaldo of moving tests from builtin-test
into separated objects.. here it is. I swear not to touch
test code for a while after this one ;-)

Attached patches:
  01/12 perf tests: Move test__vmlinux_matches_kallsyms into separate object
  02/12 perf tests: Move test__open_syscall_event into separate object
  03/12 perf tests: Move test__open_syscall_event_on_all_cpus into separate object
  04/12 perf tests: Move test__basic_mmap into separate object
  05/12 perf tests: Move test__PERF_RECORD into separate object
  06/12 perf tests: Move test__rdpmc into separate object
  07/12 perf tests: Move perf_evsel__roundtrip_name_test into separate object
  08/12 perf tests: Move perf_evsel__tp_sched_test into separate object
  09/12 perf tests: Move test__syscall_open_tp_fields into separate object
  10/12 perf tests: Move pmu tests into separate object
  11/12 perf tests: Final cleanup for builtin-test move
  12/12 perf tests: Check for mkstemp return value in dso-data test

Also available here:
  git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git
  perf/tests

thanks,
jirka

Cc: Corey Ashford <cjashfor@...ux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Arnaldo Carvalho de Melo <acme@...hat.com>
---
 tools/perf/Makefile                       |   11 +
 tools/perf/perf.h                         |    1 -
 tools/perf/tests/attr.c                   |    3 +-
 tools/perf/tests/builtin-test.c           | 1399 +----------------------------------------------------------
 tools/perf/tests/dso-data.c               |    7 +-
 tools/perf/tests/evsel-roundtrip-name.c   |  114 +++++
 tools/perf/tests/evsel-tp-sched.c         |   84 ++++
 tools/perf/tests/mmap-basic.c             |  162 +++++++
 tools/perf/tests/open-syscall-all-cpus.c  |  120 +++++
 tools/perf/tests/open-syscall-tp-fields.c |  117 +++++
 tools/perf/tests/open-syscall.c           |   66 +++
 tools/perf/tests/parse-events.c           |    3 +-
 tools/perf/tests/perf-record.c            |  314 ++++++++++++++
 tools/perf/tests/pmu.c                    |  178 ++++++++
 tools/perf/tests/rdpmc.c                  |  175 ++++++++
 tools/perf/tests/tests.h                  |   22 +
 tools/perf/tests/util.c                   |   30 ++
 tools/perf/tests/vmlinux-kallsyms.c       |  230 ++++++++++
 tools/perf/util/parse-events.h            |    1 -
 tools/perf/util/pmu.c                     |  185 +-------
 tools/perf/util/pmu.h                     |    4 +
 tools/perf/util/symbol.h                  |    1 -
 22 files changed, 1654 insertions(+), 1573 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ