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, 10 May 2012 14:17:29 -0300
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Arun Sharma <asharma@...com>,
	Corey Ashford <cjashfor@...ux.vnet.ibm.com>,
	Cyrill Gorcunov <gorcunov@...nvz.org>,
	David Ahern <dsahern@...il.com>,
	"Frank C. Eigler" <fche@...hat.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jiri Olsa <jolsa@...hat.com>,
	Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
	Mike Galbraith <efault@....de>,
	Namhyung Kim <namhyung@...il.com>,
	Namhyung Kim <namhyung.kim@....com>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Robert Richter <robert.richter@....com>,
	Stephane Eranian <eranian@...gle.com>,
	Tom Zanussi <tzanussi@...il.com>,
	Ulrich Drepper <drepper@...il.com>,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 00/16] perf/core fixes and improvements

Hi Ingo,

	This is on top of a 15 patches long series still outstanding on my
perf/core branch, please consider pulling,

- Arnaldo

The following changes since commit dc41b9b8f02dbe2228ae787d525dac43beebb7fa:

  perf ui: Change fallback policy of setup_browser() (2012-05-02 16:17:37 -0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo

for you to fetch changes up to 5a5626b1b4bf8467891c9297ffda979db97ed5ec:

  perf hists browser: Use '/' for search/filter instead of 's' (2012-05-10 13:07:59 -0300)

----------------------------------------------------------------
Fixes and improvements for perf/core:

. perf_target: abstraction for --uid, --pid, --tid, --cpu, --all-cpus handling,
  eliminating code duplicated in the tools, having constraints that apply to
  all of them, from Namhyung Kim

. Fixes for handling fallback to cpu-clock on PPC, from David Ahern

. Fix for processing events with unknown size, from Jiri Olsa

. Compilation fix on 32-bit, from Jiri Olsa

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>

----------------------------------------------------------------
Arnaldo Carvalho de Melo (3):
      perf top: Set target.system_wide
      perf top: Default to system wide using perf_target methods
      perf hists browser: Use '/' for search/filter instead of 's'

David Ahern (5):
      perf record: Fix fallback to cpu-clock on ppc
      perf stat: handle ENXIO error for perf_event_open
      perf top: Update event name when falling back to cpu-clock
      perf record: Reset event name when falling back to cpu-clock
      perf annotate: shorten helpline so it fits in visible space

Jiri Olsa (2):
      perf session: Fail on processing event with unknown size
      perf report: Fix format string for x86-32 compilation

Namhyung Kim (6):
      perf evlist: Fix creation of cpu map
      perf target: Introduce perf_target_errno
      perf target: Introduce perf_target__parse_uid()
      perf tools: Introduce perf_target__strerror()
      perf target: Consolidate target task/cpu checking
      perf stat: Use perf_evlist__create_maps

 tools/perf/builtin-record.c       |   36 ++++++++---
 tools/perf/builtin-report.c       |    2 +-
 tools/perf/builtin-stat.c         |   41 +++++++------
 tools/perf/builtin-top.c          |   29 +++++++--
 tools/perf/ui/browsers/annotate.c |    6 +-
 tools/perf/ui/browsers/hists.c    |    4 +-
 tools/perf/util/debug.c           |    1 +
 tools/perf/util/evlist.c          |    9 ++-
 tools/perf/util/evsel.c           |    8 +--
 tools/perf/util/session.c         |   30 +++-------
 tools/perf/util/target.c          |  119 +++++++++++++++++++++++++++++++++----
 tools/perf/util/target.h          |   48 ++++++++++++++-
 tools/perf/util/usage.c           |   31 ----------
 tools/perf/util/util.h            |    3 -
 14 files changed, 250 insertions(+), 117 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