summaryrefslogtreecommitdiff
path: root/Documentation/perf_counter
AgeCommit message (Expand)AuthorFilesLines
2009-05-15perf top: update to use the new freq interfacePeter Zijlstra1-1/+5
2009-05-15perf stat: handle Ctrl-CIngo Molnar1-0/+16
2009-05-15perf record: Allow specifying a pid to recordArnaldo Carvalho de Melo1-17/+146
2009-05-10perf_counter tools: fix buffer overwrite problem for perf top commandErdem Aktas1-1/+1
2009-05-09perf_counter tools: remove debug code from builtin-stat.cIngo Molnar1-2/+0
2009-05-05perf_counter: tools: update the tools to support process and inherited countersPeter Zijlstra3-66/+140
2009-05-03perf_counter tools: fix build errorMike Galbraith1-1/+0
2009-05-01perfcounter tools: get the syscall number from arch/*/include/asm/unistd.hThomas Gleixner1-9/+3
2009-05-01perfcounter tools: fix pointer mismatchThomas Gleixner1-1/+1
2009-05-01perfcounter tools: make rdclock an inline functionThomas Gleixner1-7/+11
2009-05-01perfcounter tools: move common defines ... to local header fileThomas Gleixner5-181/+70
2009-05-01perf_counter tools: remove build generated filesThomas Gleixner3-6/+0
2009-05-01perf_counter tools: fix x86 syscall numbersIngo Molnar3-6/+6
2009-05-01perf_counter: documentation updatePeter Zijlstra1-54/+220
2009-05-01perf_counter: tool: handle 0-length data filesPeter Zijlstra1-0/+5
2009-04-30perf_counter tools: fix infinite loop in perf-report on zeroed event recordsIngo Molnar1-2/+16
2009-04-30perf_counter tools: perf stat: make -l default-onIngo Molnar1-1/+1
2009-04-30perf_counter tools: add perf-report to the MakefileIngo Molnar1-1/+5
2009-04-29perf_counter: update 'perf top' documentationRobert Richter1-1/+1
2009-04-28perf_counter tools: fix Documentation/perf_counter build errorPeter Zijlstra2-2/+0
2009-04-27perf_counter tools: move helper library to util/*Ingo Molnar31-47/+46
2009-04-20perf_counter tools: fix 'make install'Ingo Molnar1-17/+2
2009-04-20perf_counter tools: add 'perf help'Ingo Molnar3-0/+40
2009-04-20perf_counter tools: fix --versionIngo Molnar2-1/+3
2009-04-20perf_counter tools: add 'perf record' commandIngo Molnar6-30/+73
2009-04-20perf_counter tools: add help textsIngo Molnar4-6/+143
2009-04-20perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'Ingo Molnar7-1610/+601
2009-04-20perf_counter tools: clean up after introduction of the Git command frameworkIngo Molnar8-352/+45
2009-04-20perf_counter tools: add in basic glue from GitIngo Molnar35-859/+7953
2009-04-20perf_counter: copy in Git's top MakefileIngo Molnar1-11/+1724
2009-04-09perf_counter tools: include PID in perf-report output, tweak user/kernel printutIngo Molnar1-5/+12
2009-04-08perf_counter: some simple userspace profilingPeter Zijlstra3-1/+1009
2009-04-08perf_counter: kerneltop: keep up with ABI changesPeter Zijlstra1-16/+16
2009-04-07perf_counter tools: kerneltop: display per function percentage along with eve...Mike Galbraith1-22/+23
2009-04-06perf_counter: kerneltop: update to new ABIPeter Zijlstra1-5/+4
2009-04-06perf_counter tools: kerneltop: add real-time data acquisition threadMike Galbraith1-18/+39
2009-04-06perf_counter tools: kerneltop: update event_typesPeter Zijlstra1-2/+2
2009-04-06perf_counter tools: optionally scale counter values in perfstat modePaul Mackerras1-11/+45
2009-04-06perf_counter: kerneltop: parse the mmap data streamPeter Zijlstra1-6/+44
2009-04-06perf_counter: kerneltop: simplify data_head readPeter Zijlstra1-13/+1
2009-04-06perf_counter: kerneltop: output event supportPeter Zijlstra1-6/+59
2009-04-06perf_counter: kerneltop: mmap_pages argumentPeter Zijlstra1-6/+25
2009-04-06perf_counter: update documentationPaul Mackerras1-66/+202
2009-04-06perf_counter tools: remove glib dependency and fix bugs in kerneltop.c, fix p...Peter Zijlstra1-5/+6
2009-04-06perf_counter tools: remove glib dependency and fix bugs in kerneltop.cPaul Mackerras2-68/+46
2009-04-06perf_counter tools: increase cpu-cycles againIngo Molnar1-1/+1
2009-04-06perf_counter tools: fix build warning in kerneltop.cIngo Molnar1-1/+1
2009-04-06perf_counter tools: tidy up in-kernel dependenciesIngo Molnar4-395/+2
2009-04-06perf_counter tools: use mmap() outputPeter Zijlstra1-14/+79
2009-04-06perf_counter tools: update to new syscall ABIPeter Zijlstra1-78/+157