1. 07 6月, 2009 1 次提交
  2. 27 4月, 2009 1 次提交
  3. 20 4月, 2009 2 次提交
    • I
      perf_counter tools: add help texts · 1d8c8b20
      Ingo Molnar 提交于
      Add Documentation/perf-stat.txt and Documentation/perf-top.txt.
      
      The template that was used for it: Documentation/git-add.txt from Git.
      
      Fix up small bugs to make these help texts show up both in the 'perf'
      common-command summary output screen, and on the individual help screens.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      1d8c8b20
    • I
      perf_counter tools: add in basic glue from Git · 07800601
      Ingo Molnar 提交于
      First very raw version at having a central 'perf' command and
      a list of subcommands:
      
        perf top
        perf stat
        perf record
        perf report
        ...
      
      This is done by picking up Git's collection of utility functions,
      and hacking them to build fine in this new environment.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      07800601