[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1434075343-4173-1-git-send-email-acme@kernel.org>
Date: Thu, 11 Jun 2015 23:15:36 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Andi Kleen <andi@...stfloor.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Borislav Petkov <bp@...e.de>,
David Ahern <david.ahern@...cle.com>,
David Ahern <dsahern@...il.com>,
Don Zickus <dzickus@...hat.com>,
Frederic Weisbecker <fweisbec@...il.com>,
He Kuang <hekuang@...wei.com>, Jiri Olsa <jolsa@...hat.com>,
Kan Liang <kan.liang@...el.com>,
Milos Vyletel <milos@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Steven Rostedt <rostedt@...dmis.org>,
Wang Nan <wangnan0@...wei.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL 0/7] perf/core improvements and fixes
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit 028c63b56795206464263fa3bc47094704c2a840:
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2015-06-09 11:46:04 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo
for you to fetch changes up to c8ad7063626406181a7ebab10cb31b4f741b13d4:
perf tools: Update MANIFEST per files removed from kernel (2015-06-11 22:54:23 -0300)
----------------------------------------------------------------
perf/core improvements and fixes:
User visible:
- Beautify perf_event_open syscall in 'perf trace'. (Arnaldo Carvalho de Melo)
- Error out unsupported group leader immediately in 'perf stat'. (Kan Liang)
- Amend some 'perf record' option summaries (period, etc) (Peter Zijlstra)
- Avoid possible race condition in copyfile() in 'perf buildid-cache'. (Milos Vyletel)
Infrastructure:
- Display 0x for hex values when printing the attribute. (Adrian Hunter)
- Update MANIFEST per files removed from kernel. (David Ahern)
Build fixes:
- Fix PRIu64 printf related failure on 32-bit arch. (He Kuang)
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Adrian Hunter (1):
perf evsel: Display 0x for hex values when printing the attribute
Arnaldo Carvalho de Melo (1):
trace: Beautify perf_event_open syscall
David Ahern (1):
perf tools: Update MANIFEST per files removed from kernel
He Kuang (1):
perf tools: Fix build failure on 32-bit arch
Kan Liang (1):
perf stat: Error out unsupported group leader immediately
Milos Vyletel (1):
perf tools: Avoid possible race condition in copyfile()
Peter Zijlstra (1):
perf record: Amend option summaries
tools/perf/Documentation/perf-record.txt | 10 ++++--
tools/perf/MANIFEST | 4 ---
tools/perf/builtin-record.c | 7 ++--
tools/perf/builtin-report.c | 2 +-
tools/perf/builtin-stat.c | 5 ++-
tools/perf/builtin-trace.c | 58 ++++++++++++++++++++++++++++++++
tools/perf/util/evsel.c | 2 +-
tools/perf/util/session.c | 2 +-
tools/perf/util/util.c | 46 ++++++++++++++++---------
9 files changed, 106 insertions(+), 30 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