linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] perf tools: Support using -f to override file ownership for perf commands
@ 2015-04-02 13:47 Yunlong Song
  2015-04-02 13:47 ` [PATCH 01/10] perf tools: Support using -f to override perf.data file ownership for evlist Yunlong Song
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Yunlong Song @ 2015-04-02 13:47 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, acme; +Cc: linux-kernel, wangnan0

Hi,
  Enable perf commands to use perf file when it is not owned by current
  user or root.

Yunlong Song (10):
  perf tools: Support using -f to override perf.data file ownership for 
       evlist
  perf tools: Support using -f to override perf.data file ownership for 
       inject
  perf tools: Support using -f to override perf.data file ownership for 
       kmem
  perf tools: Support using -f to override perf.data.guest file
    ownership     for kvm
  perf tools: Support using -f to override perf.data file ownership for 
       lock
  perf tools: Support using -f to override perf.data file ownership for 
       mem
  perf tools: Support using -f to override perf.data file ownership for 
       script
  perf tools: Support using -f to override perf.data file ownership for 
       timechart
  perf tools: Support using -f to override perf.data file ownership for 
       trace
  perf tools: Support using -f to override perf.data file ownership for 
       data convert

 tools/perf/builtin-data.c         | 4 +++-
 tools/perf/builtin-evlist.c       | 2 ++
 tools/perf/builtin-inject.c       | 1 +
 tools/perf/builtin-kmem.c         | 9 +++++----
 tools/perf/builtin-kvm.c          | 2 ++
 tools/perf/builtin-lock.c         | 5 +++++
 tools/perf/builtin-mem.c          | 3 +++
 tools/perf/builtin-script.c       | 9 +++++----
 tools/perf/builtin-timechart.c    | 3 +++
 tools/perf/builtin-trace.c        | 3 +++
 tools/perf/util/data-convert-bt.c | 3 ++-
 tools/perf/util/data-convert-bt.h | 2 +-
 tools/perf/util/evsel.h           | 1 +
 tools/perf/util/kvm-stat.h        | 1 +
 14 files changed, 37 insertions(+), 11 deletions(-)

-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-04-03  5:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 13:47 [PATCH 00/10] perf tools: Support using -f to override file ownership for perf commands Yunlong Song
2015-04-02 13:47 ` [PATCH 01/10] perf tools: Support using -f to override perf.data file ownership for evlist Yunlong Song
2015-04-03  5:08   ` [tip:perf/core] perf evlist: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 02/10] perf tools: Support using -f to override perf.data file ownership for inject Yunlong Song
2015-04-03  5:08   ` [tip:perf/core] perf inject: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 03/10] perf tools: Support using -f to override perf.data file ownership for kmem Yunlong Song
2015-04-03  5:08   ` [tip:perf/core] perf kmem: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 04/10] perf tools: Support using -f to override perf.data.guest file ownership for kvm Yunlong Song
2015-04-03  5:08   ` [tip:perf/core] perf kvm: Support using -f to override perf.data.guest file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 05/10] perf tools: Support using -f to override perf.data file ownership for lock Yunlong Song
2015-04-03  5:09   ` [tip:perf/core] perf lock: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 06/10] perf tools: Support using -f to override perf.data file ownership for mem Yunlong Song
2015-04-03  5:09   ` [tip:perf/core] perf mem: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 07/10] perf tools: Support using -f to override perf.data file ownership for script Yunlong Song
2015-04-03  5:09   ` [tip:perf/core] perf script: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 08/10] perf tools: Support using -f to override perf.data file ownership for timechart Yunlong Song
2015-04-03  5:10   ` [tip:perf/core] perf timechart: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 09/10] perf tools: Support using -f to override perf.data file ownership for trace Yunlong Song
2015-04-03  5:10   ` [tip:perf/core] perf trace: Support using -f to override perf.data file ownership tip-bot for Yunlong Song
2015-04-02 13:47 ` [PATCH 10/10] perf tools: Support using -f to override perf.data file ownership for data convert Yunlong Song
2015-04-03  5:10   ` [tip:perf/core] perf data: Support using -f to override perf.data file ownership for 'convert' tip-bot for Yunlong Song
2015-04-02 15:13 ` [PATCH 00/10] perf tools: Support using -f to override file ownership for perf commands Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).