summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* perf record: Print out the number of events capturedIngo Molnar2009-06-021-0/+3
* perf_counter tools: Make source code headers more coherentIngo Molnar2009-06-025-57/+62
* perf report: Print more info instead of <unknown> entriesIngo Molnar2009-06-021-8/+20
* perf record: Increase mmap buffering defaultIngo Molnar2009-06-021-2/+2
* perf record: Add --append optionIngo Molnar2009-06-021-14/+26
* perf report: Fix column width/alignment of dsosIngo Molnar2009-06-021-4/+4
* perf report: Separate out idle threadsPeter Zijlstra2009-06-021-0/+13
* perf_counter tools: Fix up the ABI shakeupPeter Zijlstra2009-06-024-32/+32
* perf_counter tools: Remove the last nmi bitsPeter Zijlstra2009-06-022-2/+0
* perf report: Clean up the default outputIngo Molnar2009-06-021-27/+28
* perf_counter: tools: Better handle existing data filesPeter Zijlstra2009-06-021-3/+12
* perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2009-06-022-21/+65
* perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith2009-06-021-1/+3
* perf_counter tools: Cleanup MakefileMike Galbraith2009-06-021-68/+73
* perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith2009-06-021-175/+12
* perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo2009-06-021-0/+1
* perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo2009-06-025-70/+54
* perf_counter tools: Add string.[ch]Arnaldo Carvalho de Melo2009-06-022-0/+42
* perf_counter tools: Guard against record damaging existing filesMike Galbraith2009-06-011-1/+1
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-017-28/+581
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-291-24/+79
| |\
| | * Input: multitouch - augment event semantics documentationHenrik Rydberg2009-05-231-24/+79
| * | Merge branch 'fix/pcm-jiffies-check' into for-linusTakashi Iwai2009-05-271-0/+5
| |\ \
| | * | ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug modeTakashi Iwai2009-05-271-0/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-05-261-0/+1
| |\ \ \
| | * | | ALSA: hda - Add 5stack-no-fp model for STAC927xTakashi Iwai2009-05-241-0/+1
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-251-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: introduce noxsave boot parameterSuresh Siddha2009-05-221-0/+4
| * | | | hugh: update email addressHugh Dickins2009-05-211-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-191-3/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Doc: fixed descriptions on /proc/sys/net/core/* and /proc/sys/net/unix/*Wang Tinggong2009-05-171-3/+12
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-05-171-0/+479
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | slub: add Documentation/ABI/testing/sysfs-kernel-slabDavid Rientjes2009-04-281-0/+479
* | | | | perf_counter tools: Fix unknown command help textIngo Molnar2009-05-311-3/+0
* | | | | perf_counter tools: Generate per command manpages (and pdf/html, etc.)Ingo Molnar2009-05-3014-27/+581
* | | | | perf_counter tools: Fix 'make install'Ingo Molnar2009-05-301-0/+1
* | | | | perf_counter tools: Print 'CPU utilization factor' in builtin-statIngo Molnar2009-05-301-2/+11
* | | | | perf_counter tools: Add locking to perf topArnaldo Carvalho de Melo2009-05-301-16/+31
* | | | | perf_counter tools: Shorten the DSO names using cwdArnaldo Carvalho de Melo2009-05-291-3/+38
* | | | | perf_counter tools: Also display time-normalized stat resultsIngo Molnar2009-05-291-1/+11
* | | | | perf_counter tools: Split display into reading and printingIngo Molnar2009-05-291-6/+34
* | | | | perf_counter tools: Clean up builtin-stat.c's do_perfstat()Ingo Molnar2009-05-291-49/+67
* | | | | perf_counter tools: Fix top symbol table max_ip typoMike Galbraith2009-05-291-1/+1
* | | | | perf_counter tools: Fix top symbol table dump typoMike Galbraith2009-05-291-1/+1
* | | | | perf_counter tools: Document '--' option parsing terminatorMike Galbraith2009-05-294-1/+5
* | | | | perf_counter tools: Convert builtin-top to use libperf symbol routinesArnaldo Carvalho de Melo2009-05-281-186/+117
* | | | | perf_counter tools: Optionally pass a symbol filter to the dso load routinesArnaldo Carvalho de Melo2009-05-283-17/+28
* | | | | perf_counter tools: Consolidate dso methods to load kernel symbolsArnaldo Carvalho de Melo2009-05-283-11/+18
* | | | | perf_counter tools: struct symbol priv areaArnaldo Carvalho de Melo2009-05-283-12/+26
* | | | | perf_counter tools: Move symbol resolution classes from report to libperfArnaldo Carvalho de Melo2009-05-284-443/+471
OpenPOWER on IntegriCloud