summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov4-10/+68
2011-12-06perf: Fix enable_on_exec for sibling eventsPeter Zijlstra1-7/+1
2011-12-06perf: Remove superfluous argumentsPeter Zijlstra1-5/+4
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra1-5/+14
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter3-5/+72
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter2-55/+140
2011-12-06perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2-16/+33
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt1-1/+3
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-12-05tracing: Restore system filter behaviorLi Zefan2-1/+8
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-05x86/tools: Add decoded instruction dump modeMasami Hiramatsu1-3/+4
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2-282/+345
2011-12-05x86/tools: Fix insn_sanity message outputsMasami Hiramatsu1-2/+2
2011-12-05x86/tools: Fix instruction decoder message outputMasami Hiramatsu1-4/+3
2011-12-05x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2-2/+11
2011-12-05x86/tools: Fix Makefile to build all test toolsMasami Hiramatsu1-2/+1
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra4-2/+91
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter1-11/+18
2011-12-05perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra1-0/+8
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2-6/+54
2011-12-02trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2-22/+67
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo5-27/+7
2011-11-28perf tools: Save some loops using perf_evlist__id2evselArnaldo Carvalho de Melo5-75/+136
2011-11-28perf script: Add comm filtering optionDavid Ahern2-0/+17
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern6-8/+8
2011-11-28perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2-235/+245
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo22-277/+301
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo24-375/+376
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo20-373/+520
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf report: Group options in a structArnaldo Carvalho de Melo1-52/+59
2011-11-28perf tools: Use evsel->attr.sample_type instead of session->sample_typeArnaldo Carvalho de Melo2-6/+8
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo5-14/+14
2011-11-28perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo5-17/+34
2011-11-28perf evlist: Introduce id_hdr_size method out of perf_sessionArnaldo Carvalho de Melo3-28/+34
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo10-37/+30
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo1-0/+3
2011-11-28perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2-5/+5
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo6-15/+58
2011-11-28perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2-4/+6
2011-11-28perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo3-8/+11
2011-11-28perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo4-68/+120
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo6-132/+162
2011-11-28perf evlist: Introduce add_tracepoints methodArnaldo Carvalho de Melo3-2/+63