summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2009-06-03perf report: Fix comm sortingPeter Zijlstra1-6/+112
2009-06-03perf record: Use long arg for counter periodPeter Zijlstra3-3/+21
2009-06-03perf report: Handle vDSO symbols properlyIngo Molnar1-0/+15
2009-06-03perf report: Improve sort key recognitionIngo Molnar1-12/+17
2009-06-03perf report: Print -D to stdoutIngo Molnar1-34/+30
2009-06-03perf_counter tools: Cover PLT symbols tooArnaldo Carvalho de Melo1-5/+138
2009-06-03perf record: Print out the number of events capturedIngo Molnar1-0/+3
2009-06-03perf_counter tools: Make source code headers more coherentIngo Molnar5-57/+62
2009-06-03perf report: Print more info instead of <unknown> entriesIngo Molnar1-8/+20
2009-06-03perf record: Increase mmap buffering defaultIngo Molnar1-2/+2
2009-06-03perf record: Add --append optionIngo Molnar1-14/+26
2009-06-03perf report: Fix column width/alignment of dsosIngo Molnar1-4/+4
2009-06-02perf report: Separate out idle threadsPeter Zijlstra1-0/+13
2009-06-02perf_counter tools: Fix up the ABI shakeupPeter Zijlstra4-32/+32
2009-06-02perf_counter tools: Remove the last nmi bitsPeter Zijlstra2-2/+0
2009-06-02perf report: Clean up the default outputIngo Molnar1-27/+28
2009-06-02perf_counter: tools: Better handle existing data filesPeter Zijlstra1-3/+12
2009-06-02perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2-21/+65
2009-06-02perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith1-1/+3
2009-06-02perf_counter tools: Cleanup MakefileMike Galbraith1-68/+73
2009-06-02perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith1-175/+12
2009-06-02perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo1-0/+1
2009-06-02perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo5-70/+54
2009-06-02perf_counter tools: Add string.[ch]Arnaldo Carvalho de Melo2-0/+42
2009-06-01perf_counter tools: Guard against record damaging existing filesMike Galbraith1-1/+1
2009-06-01hwmon: Update documentation on fan_maxChristian Engelmayer1-0/+6
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar7-28/+581
2009-06-01perf_counter tools: Fix unknown command help textIngo Molnar1-3/+0
2009-05-30perf_counter tools: Generate per command manpages (and pdf/html, etc.)Ingo Molnar14-27/+581
2009-05-30perf_counter tools: Fix 'make install'Ingo Molnar1-0/+1
2009-05-30perf_counter tools: Print 'CPU utilization factor' in builtin-statIngo Molnar1-2/+11
2009-05-30perf_counter tools: Add locking to perf topArnaldo Carvalho de Melo1-16/+31
2009-05-29perf_counter tools: Shorten the DSO names using cwdArnaldo Carvalho de Melo1-3/+38
2009-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-24/+79
2009-05-29perf_counter tools: Also display time-normalized stat resultsIngo Molnar1-1/+11
2009-05-29perf_counter tools: Split display into reading and printingIngo Molnar1-6/+34
2009-05-29perf_counter tools: Clean up builtin-stat.c's do_perfstat()Ingo Molnar1-49/+67
2009-05-29perf_counter tools: Fix top symbol table max_ip typoMike Galbraith1-1/+1
2009-05-29perf_counter tools: Fix top symbol table dump typoMike Galbraith1-1/+1
2009-05-29perf_counter tools: Document '--' option parsing terminatorMike Galbraith4-1/+5
2009-05-29perf_counter tools: Convert builtin-top to use libperf symbol routinesArnaldo Carvalho de Melo1-186/+117
2009-05-29perf_counter tools: Optionally pass a symbol filter to the dso load routinesArnaldo Carvalho de Melo3-17/+28
2009-05-29perf_counter tools: Consolidate dso methods to load kernel symbolsArnaldo Carvalho de Melo3-11/+18
2009-05-29perf_counter tools: struct symbol priv areaArnaldo Carvalho de Melo3-12/+26
2009-05-29perf_counter tools: Move symbol resolution classes from report to libperfArnaldo Carvalho de Melo4-443/+471
2009-05-28perf_counter tools: report: Add help text for --sortIngo Molnar1-1/+2
2009-05-28perf_counter tools: report: Implement header output for --sort variantsPeter Zijlstra1-42/+28
2009-05-28pref_counter: tools: report: Robustify in case of weird eventsIngo Molnar1-9/+8
2009-05-27pref_counter: tools: report: Add header printout & prettifyIngo Molnar1-10/+30
2009-05-27pref_counter: tools: report: Add dso sortingPeter Zijlstra1-0/+30