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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Nov 2015 14:03:11 +0000
From:	Wang Nan <wangnan0@...wei.com>
To:	<acme@...nel.org>
CC:	<lizefan@...wei.com>, <pi3orama@....com>,
	<linux-kernel@...r.kernel.org>, Wang Nan <wangnan0@...wei.com>
Subject: [PATCH 0/2] perf tools: Builtin options related improvements

This patch set is based on Arnaldo's perf/ebpf.

According to his suggestion, patch 1/2 ensure options always there even
if they are not build.

Patch 2/2 add vmlinux option to perf record to support BPF argument
fetching better. Without this patch vmlinux must be reside in standard
path for BPF loader finding it.

He Kuang (1):
  perf record: Support custom vmlinux path

Wang Nan (1):
  perf tools: Always give options even it not compiled

 tools/perf/Documentation/perf-record.txt | 10 ++++++++--
 tools/perf/builtin-probe.c               | 23 +++++++++++++++++++++++
 tools/perf/builtin-record.c              | 18 ++++++++++++++++++
 tools/perf/util/parse-options.c          | 30 +++++++++++++++++++++++++++++-
 tools/perf/util/parse-options.h          | 16 ++++++++++++++++
 5 files changed, 94 insertions(+), 3 deletions(-)

-- 
1.8.3.4

--
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