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:	Mon, 31 Jan 2011 19:29:17 -0200
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Ingo Molnar <mingo@...e.hu>, Mike Galbraith <efault@....de>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Stephane Eranian <eranian@...gle.com>,
	Tom Zanussi <tzanussi@...il.com>,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: [GIT PULL 0/5] perf/core improvements

Hi Ingo,

        Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (5):
  perf evlist: Move evlist methods to evlist.c
  perf evlist: Store pointer to the cpu and thread maps
  perf top: Move display agnostic routines to util/top.[ch]
  perf tools: Don't fallback to setup_pager unconditionally
  perf top: Introduce slang based TUI

 tools/perf/Makefile               |    6 +
 tools/perf/builtin-annotate.c     |    2 +-
 tools/perf/builtin-record.c       |   44 ++--
 tools/perf/builtin-report.c       |    2 +-
 tools/perf/builtin-stat.c         |   45 ++--
 tools/perf/builtin-test.c         |    6 +-
 tools/perf/builtin-top.c          |  530 ++++++++++++-------------------------
 tools/perf/python/twatch.py       |    4 +-
 tools/perf/util/cache.h           |    7 +-
 tools/perf/util/evlist.c          |  185 +++++++++++++-
 tools/perf/util/evlist.h          |   28 ++-
 tools/perf/util/evsel.c           |  144 +----------
 tools/perf/util/evsel.h           |    4 -
 tools/perf/util/python.c          |   25 +-
 tools/perf/util/top.c             |  217 +++++++++++++++
 tools/perf/util/top.h             |   80 ++++++
 tools/perf/util/ui/browsers/top.c |  136 ++++++++++
 tools/perf/util/ui/setup.c        |    5 +-
 18 files changed, 887 insertions(+), 583 deletions(-)
 create mode 100644 tools/perf/util/top.c
 create mode 100644 tools/perf/util/top.h
 create mode 100644 tools/perf/util/ui/browsers/top.c

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