summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-27perf top: Handle PERF_RECORD_{FORK,EXIT} eventsArnaldo Carvalho de Melo1-0/+4
2010-01-27perf top: Fix sample countingArnaldo Carvalho de Melo1-3/+3
2010-01-27perf: Reimplement frequency driven samplingPeter Zijlstra2-43/+94
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo10-12/+241
2010-01-20perf symbols: Use only --vmlinux if specifiedArnaldo Carvalho de Melo1-26/+41
2010-01-20perf symbols: Set dso->kernel when handling the fake vmlinux MMAP eventArnaldo Carvalho de Melo1-0/+1
2010-01-20perf archive: Fix installation steps in the MakefileArnaldo Carvalho de Melo1-1/+1
2010-01-20perf archive: Add documentationArnaldo Carvalho de Melo2-1/+23
2010-01-20kprobetrace, doc: Add the explanation to remove probe pointsMotohiro KOSAKI1-0/+7
2010-01-20kprobetrace, doc: Shell needs single quote to use $ characterMotohiro KOSAKI1-2/+2
2010-01-18Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-40/+109
2010-01-17perf: Better order flexible and pinned schedulingFrederic Weisbecker1-7/+27
2010-01-17perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker1-4/+4
2010-01-17perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker1-44/+93
2010-01-17perf: Make __perf_event_sched_out staticFrederic Weisbecker1-2/+2
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu1-8/+47
2010-01-17perf probe: Fix build error of builtin-probe.cHitoshi Mitake1-9/+10
2010-01-17perf: Fix implicit declaration of getline in util.cFrederic Weisbecker1-6/+1
2010-01-16perf: Export software-only event group characteristic as a flagFrederic Weisbecker2-19/+16
2010-01-16perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker1-13/+4
2010-01-16list: Introduce list_rotate_left()Frederic Weisbecker1-0/+14
2010-01-16perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker2-77/+153
2010-01-16perf symbols: Accept an alias when looking for "_text"Arnaldo Carvalho de Melo1-1/+6
2010-01-16perf record: Intercept all eventsArnaldo Carvalho de Melo1-10/+18
2010-01-16perf archive: Add helper script to package files needed to do analysisArnaldo Carvalho de Melo3-8/+35
2010-01-16perf symbols: The synthesized kernel modules MMAP must use the pathnamesArnaldo Carvalho de Melo1-3/+3
2010-01-16perf buildid-list: Introduce --with-hits optionArnaldo Carvalho de Melo3-6/+43
2010-01-16perf symbols: Create thread__find_addr_map from thread__find_addr_locationArnaldo Carvalho de Melo2-9/+22
2010-01-16perf record: Encode the domain while synthesizing MMAP eventsArnaldo Carvalho de Melo2-4/+15
2010-01-16perf symbols: Use dso->long_name in dsos__find()Arnaldo Carvalho de Melo1-1/+1
2010-01-16perf symbols: Cache /proc/kallsyms files by build-idArnaldo Carvalho de Melo5-20/+80
2010-01-16perf symbols: Don't try to load kallsyms if doesn't match the record build-idArnaldo Carvalho de Melo1-5/+8
2010-01-16perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)Arnaldo Carvalho de Melo2-2/+2
2010-01-16perf tools: Cross platform perf.data analysis supportArnaldo Carvalho de Melo4-23/+157
2010-01-16perf tools: Don't cast RIP to pointersArnaldo Carvalho de Melo8-40/+21
2010-01-13perf top: Fix code typo in prompt_symbol()Kirill Smelkov1-1/+1
2010-01-13perf: Fix few typos + cosmeticsKirill Smelkov2-5/+5
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo9-48/+212
2010-01-13perf: Make cmd_to_page() function more compactWenji Huang1-2/+0
2010-01-13sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles1-0/+6
2010-01-13perf tools: Create typedef for common event synthesizing callbackArnaldo Carvalho de Melo2-18/+10
2010-01-13perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header tableArnaldo Carvalho de Melo4-9/+23
2010-01-13perf buildid-list: No need to process the header sections againArnaldo Carvalho de Melo1-24/+1
2010-01-13perf: Fix memory leak: counterwidthAlexander Beregalov1-0/+1
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu6-18/+402
2010-01-13perf tools: Enhance glob string matchingMasami Hiramatsu1-4/+61
2010-01-13perf tools: Support tracepoint glob matchingMasami Hiramatsu1-3/+8
2010-01-13perf probe: Show probe list in pagerMasami Hiramatsu1-0/+3
2010-01-13perf probe: Remove newline from die()Masami Hiramatsu1-6/+6
2010-01-13x86/ptrace: Remove unused regs_get_argument_nth APIMasami Hiramatsu2-28/+0