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:	Thu,  7 Jan 2016 10:13:57 +0100
From:	Jiri Olsa <jolsa@...nel.org>
To:	Arnaldo Carvalho de Melo <acme@...nel.org>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	David Ahern <dsahern@...il.com>,
	Ingo Molnar <mingo@...nel.org>,
	Namhyung Kim <namhyung@...nel.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Noel Grandin <noelgrandin@...il.com>,
	Adrian Hunter <adrian.hunter@...el.com>
Subject: [PATCHv2 00/13] perf tools: Various fixes

hi,
sending several changes together:
  - leftover for the stat enable/disable changes with Adrian's patch
  - fixes for issues Noel found with DWARF unwind
  - asorted small fixes

v2 changes:
  - store data mmaps automaticaly for dwarf unwind,
    not unconditionaly [Namhyung]

Also available in:
  git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
  perf/fixes

thanks,
jirka


---
Adrian Hunter (1):
      perf tools: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does)

Jiri Olsa (11):
      perf tools: Remove perf_evlist__(enable|disable)_event functions
      perf tools: Use find_map function in access_dso_mem
      perf tools libunwind: Check for mmaps also in MAP__VARIABLE tree
      perf tools libdw: Check for mmaps also in MAP__VARIABLE tree
      perf record: Store data mmaps for dwarf unwind
      perf tools: Do not show trace command if it's not compiled in
      perf script: Align event name properly
      perf tools: Include all tools/lib directory for tags/cscope/TAGS targets
      perf tools: Remove list entry from struct sort_entry
      perf tools: Add overhead/overhead_children keys defaults via string
      perf diff: Use perf_hpp__register_sort_field interface

Namhyung Kim (1):
      perf tools: Export a couple of hist functions

 tools/perf/Makefile.perf             |  2 +-
 tools/perf/arch/x86/util/intel-bts.c |  4 ++--
 tools/perf/arch/x86/util/intel-pt.c  |  4 ++--
 tools/perf/builtin-diff.c            |  2 +-
 tools/perf/builtin-record.c          |  1 +
 tools/perf/builtin-script.c          | 24 ++++++++++++++++++++++--
 tools/perf/command-list.txt          |  2 +-
 tools/perf/tests/keep-tracking.c     |  2 +-
 tools/perf/tests/switch-tracking.c   |  6 +++---
 tools/perf/ui/hist.c                 | 12 ------------
 tools/perf/util/evlist.c             | 44 +-------------------------------------------
 tools/perf/util/evlist.h             |  4 ----
 tools/perf/util/generate-cmdlist.sh  | 15 +++++++++++++++
 tools/perf/util/hist.c               | 19 ++++++++++++-------
 tools/perf/util/hist.h               |  5 +++++
 tools/perf/util/sort.c               | 39 +++++++++++++++++++++++++++++++++++++++
 tools/perf/util/sort.h               |  2 --
 tools/perf/util/unwind-libdw.c       | 10 ++++++++++
 tools/perf/util/unwind-libunwind.c   | 20 ++++++++++++++------
 19 files changed, 130 insertions(+), 87 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