All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] perf tools: Make some improvements and fixes
@ 2015-03-18 13:35 Yunlong Song
  2015-03-18 13:35 ` [PATCH 01/13] perf tools: Fix the bash completion for listing options of perf subcommand Yunlong Song
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Yunlong Song @ 2015-03-18 13:35 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, acme; +Cc: linux-kernel, wangnan0

Hi,
  Found some functions to improve and bugs to fix in perf bash
  completion.

Yunlong Song (13):
  perf tools: Fix the bash completion for listing options of perf    
    subcommand
  perf tools: Fix the bash completion for listing subsubcommands of perf
        subcommand
  perf tools: Provide the right bash completion for listing options of  
      perf subcommand subsubcommand
  perf tools: Fix the bash completion for listing events of perf
    subcommand     record|stat|top -e
  perf tools: Fix the bash completion to support listing events for    
    --event
  perf tools: Fix the bash completion for listing subcommands of perf
  perf tools: Add the bash completion for listing subsubcommands of perf
        data
  perf tools: Add the bash completion for listing subsubcommands of perf
        help
  perf tools: Add the bash completion for listing subsubcommands of perf
        script
  perf tools: Add the bash completion for listing subsubcommands of perf
        test
  perf tools: Add the bash completion for listing subsubcommands of perf
        timechart
  perf tools: Add the bash completion for listing subsubcommands of perf
        trace
  perf tools: Avoid confusion with preloaded bash function for perf    
    bash completion

 tools/perf/builtin-data.c       |  6 ++-
 tools/perf/builtin-help.c       | 17 ++++++--
 tools/perf/builtin-script.c     |  5 ++-
 tools/perf/builtin-timechart.c  |  7 ++--
 tools/perf/builtin-trace.c      |  7 ++--
 tools/perf/perf-completion.sh   | 88 +++++++++++++++++++++++++++++++++--------
 tools/perf/tests/builtin-test.c |  5 ++-
 7 files changed, 103 insertions(+), 32 deletions(-)

-- 
1.8.5.2


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

end of thread, other threads:[~2015-03-22 10:13 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 13:35 [PATCH 00/13] perf tools: Make some improvements and fixes Yunlong Song
2015-03-18 13:35 ` [PATCH 01/13] perf tools: Fix the bash completion for listing options of perf subcommand Yunlong Song
2015-03-22 10:09   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 02/13] perf tools: Fix the bash completion for listing subsubcommands " Yunlong Song
2015-03-22 10:09   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 03/13] perf tools: Provide the right bash completion for listing options of perf subcommand subsubcommand Yunlong Song
2015-03-22 10:09   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 04/13] perf tools: Fix the bash completion for listing events of perf subcommand record|stat|top -e Yunlong Song
2015-03-22 10:10   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 05/13] perf tools: Fix the bash completion to support listing events for --event Yunlong Song
2015-03-22 10:10   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 06/13] perf tools: Fix the bash completion for listing subcommands of perf Yunlong Song
2015-03-22 10:10   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 07/13] perf tools: Add the bash completion for listing subsubcommands of perf data Yunlong Song
2015-03-22 10:11   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 08/13] perf tools: Add the bash completion for listing subsubcommands of perf help Yunlong Song
2015-03-22 10:11   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 09/13] perf tools: Add the bash completion for listing subsubcommands of perf script Yunlong Song
2015-03-22 10:11   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 10/13] perf tools: Add the bash completion for listing subsubcommands of perf test Yunlong Song
2015-03-22 10:11   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 11/13] perf tools: Add the bash completion for listing subsubcommands of perf timechart Yunlong Song
2015-03-22 10:12   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 12/13] perf tools: Add the bash completion for listing subsubcommands of perf trace Yunlong Song
2015-03-22 10:12   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-03-18 13:35 ` [PATCH 13/13] perf tools: Avoid confusion with preloaded bash function for perf bash completion Yunlong Song
2015-03-22 10:12   ` [tip:perf/core] " tip-bot for Yunlong Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.