summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-226-47/+112
* perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-221-0/+5
* perf report: Don't start the TUI if -D is usedArnaldo Carvalho de Melo2010-05-211-1/+3
* Merge branch 'tip/tracing/core-7' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2010-05-2128-611/+907
|\
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-21559-8753/+10073
| |\
| * \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-18382-8781/+16219
| |\ \
| * | | tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt2010-05-141-1/+8
| * | | tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan2010-05-141-2/+2
| * | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-145-17/+34
| * | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-148-32/+34
| * | | tracing: Move print functions into event classSteven Rostedt2010-05-146-52/+41
| * | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-1413-92/+192
| * | | tracing: Move raw_init from events to classSteven Rostedt2010-05-147-18/+17
| * | | tracing: Move fields from event to class structureSteven Rostedt2010-05-1410-46/+102
| * | | tracing: Remove per event trace registeringSteven Rostedt2010-05-147-147/+171
| * | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-1414-210/+298
| * | | tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-141-1/+6
| * | | tracing: Create class struct for eventsSteven Rostedt2010-05-148-48/+56
| * | | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-14466-3630/+8042
| |\ \ \
* | | | | perf: Fix getline undeclaredFrederic Weisbecker2010-05-211-1/+1
| |_|_|/ |/| | |
* | | | perf: Optimize perf_tp_event_match()Peter Zijlstra2010-05-211-1/+4
* | | | perf: Remove more code from the fastpathPeter Zijlstra2010-05-212-18/+4
* | | | perf: Optimize the !vmalloc backed bufferPeter Zijlstra2010-05-212-16/+27
* | | | perf: Optimize perf_output_copy()Peter Zijlstra2010-05-212-28/+29
* | | | perf: Fix wakeup storm for RO mmap()sPeter Zijlstra2010-05-212-3/+3
* | | | perf-record: Share per-cpu buffersPeter Zijlstra2010-05-211-24/+28
* | | | perf-record: Remove -MPeter Zijlstra2010-05-211-24/+12
* | | | perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra2010-05-211-0/+19
* | | | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-217-124/+143
* | | | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-215-72/+47
* | | | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-215-26/+35
|\ \ \ \
| * | | | perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo2010-05-204-10/+34
| * | | | perf record: remove unneeded gettimeofday() callRuss Anderson2010-05-201-16/+1
* | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-05-201-1/+2
|\ \ \ \ \
| * | | | | perf: Fix forgotten preempt_enable by nested writersFrederic Weisbecker2010-05-201-1/+2
| |/ / / /
* | | | | perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-206-18/+54
* | | | | perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-201-0/+2
|/ / / /
* | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20551-7755/+11364
|\ \ \ \
| * | | | perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-201-1/+6
| * | | | perf: Comply with new rcu checks APIFrederic Weisbecker2010-05-201-12/+46
| * | | | perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
| * | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-186-905/+1167
| |\ \ \ \
| | * | | | x86, UV: uv_irq.c: Fix all sparse warningsRandy Dunlap2010-04-172-7/+7
| | * | | | x86, UV: Improve BAU performance and error recoveryCliff Wickman2010-04-142-442/+1075
| | * | | | x86, UV: Delete unneeded boot messagesJack Steiner2010-03-171-3/+0
| | * | | | x86, UV: Clean up UV headers for MMR definitionsJack Steiner2010-03-112-453/+85
| * | | | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-184-17/+37
| |\ \ \ \ \
| | * | | | | x86, tboot: Add support for S3 memory integrity protectionShane Wang2010-03-194-17/+37
| * | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-188-244/+470
| |\ \ \ \ \ \
| | * | | | | | x86, pat: Update the page flags for memtype atomically instead of using memty...Robin Holt2010-04-232-27/+25