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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 17 Feb 2017 15:00:53 +0100 From: Jiri Olsa <jolsa@...nel.org> To: Arnaldo Carvalho de Melo <acme@...nel.org> Cc: lkml <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...nel.org>, Peter Zijlstra <a.p.zijlstra@...llo.nl>, Namhyung Kim <namhyung@...nel.org>, David Ahern <dsahern@...il.com> Subject: [PATCH 0/5] perf tools: Few fixes hi, sending some assorted fixes. Available also here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes thanks, jirka --- Jiri Olsa (5): perf build: Add special fixdep cleaning rule perf tools: Move new_term arguments into struct parse_events_term template perf tools: Fail on using multiple bits long terms without value perf stat: Add -a as a default target perf record: Add -a as a default target tools/build/Makefile | 4 ++-- tools/build/Makefile.include | 3 +++ tools/perf/Documentation/perf-record.txt | 2 +- tools/perf/Documentation/perf-stat.txt | 2 +- tools/perf/Makefile.perf | 4 ++-- tools/perf/builtin-record.c | 6 ++++-- tools/perf/builtin-stat.c | 6 ++++-- tools/perf/util/parse-events.c | 71 +++++++++++++++++++++++++++++++++++++++++------------------------------ tools/perf/util/parse-events.h | 2 ++ tools/perf/util/parse-events.y | 14 +++++++------- tools/perf/util/pmu.c | 13 +++++++++++-- 11 files changed, 78 insertions(+), 49 deletions(-)
Powered by blists - more mailing lists