summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov2013-02-082-7/+20
* uprobes: Rationalize the usage of filter_chain()Oleg Nesterov2013-02-081-23/+21
* uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()Oleg Nesterov2013-02-081-36/+15
* uprobes: Introduce uprobe_is_active()Oleg Nesterov2013-02-081-0/+8
* uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() insteadOleg Nesterov2013-02-081-12/+7
* uprobes: Kill uprobe->copy_mutexOleg Nesterov2013-02-081-4/+3
* uprobes: Kill UPROBE_RUN_HANDLER flagOleg Nesterov2013-02-081-18/+5
* uprobes: Change filter_chain() to iterate ->consumers listOleg Nesterov2013-02-081-8/+13
* uprobes: Introduce uprobe->register_rwsemOleg Nesterov2013-02-081-2/+8
* uprobes: _register() should always do register_for_each_vma(true)Oleg Nesterov2013-02-081-18/+13
* uprobes: _unregister() should always do register_for_each_vma(false)Oleg Nesterov2013-02-081-14/+14
* uprobes: Introduce filter_chain()Oleg Nesterov2013-02-081-5/+19
* uprobes: Kill uprobe_consumer->filter()Oleg Nesterov2013-02-083-10/+2
* uprobes: Kill the pointless inode/uc checks in register/unregisterOleg Nesterov2013-02-081-6/+1
* uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()Oleg Nesterov2013-02-081-3/+2
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-02-0627-128/+611
|\
| * perf python: Link with sysfs.oArnaldo Carvalho de Melo2013-02-061-0/+1
| * perf evlist: Pass the event_group info via perf_attr_detailsArnaldo Carvalho de Melo2013-02-063-3/+4
| * perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-062-3/+3
| * perf tests: Adding automated parsing tests for group :GH modifiersJiri Olsa2013-02-061-1/+177
| * perf tools: Fix perf_evsel::exclude_GH handlingJiri Olsa2013-02-061-8/+0
| * perf perl scripts: Fix SIGALRM and pipe read race for rwtopJiri Olsa2013-02-061-1/+5
| * perf hists browser: Add support to display whole group data for raw columnsJiri Olsa2013-02-061-27/+26
| * perf stat: Add per processor socket count aggregationStephane Eranian2013-02-062-12/+123
| * perf tools: Add cpu_map processor socket level functionsStephane Eranian2013-02-062-0/+63
| * perf evlist: Make event_copy local to mmapsDavid Ahern2013-02-063-29/+30
| * perf sort: Check return value of strdup()Namhyung Kim2013-02-061-0/+5
| * perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-067-10/+18
| * perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim2013-02-061-17/+6
| * perf tools: Check for flex and bison before continuing buildingBorislav Petkov2013-02-061-3/+10
| * perf evlist: Fix set event list leaderStephane Eranian2013-02-061-2/+1
| * perf report: Enable the runtime switching of perf data fileFeng Tang2013-02-061-11/+27
| * perf hists browser: Add option for runtime switching perf data fileFeng Tang2013-02-062-1/+112
|/
* perf/x86: Allow for architecture specific RDPMC indexesJacob Shin2013-02-063-1/+13
* perf/x86: Move MSR address offset calculation to architecture specific filesJacob Shin2013-02-062-16/+47
* perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin2013-02-062-6/+6
* perf/x86/amd: Generalize northbridge constraints code for family 15hRobert Richter2013-02-061-18/+25
* perf/x86/amd: Rework northbridge event constraints handlerRobert Richter2013-02-061-42/+26
* perf/powerpc: Fix build errorSukadev Bhattiprolu2013-02-061-1/+1
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-0316-243/+288
|\
| * tracing: Init current_trace to nop_trace and remove NULL checksSteven Rostedt (Red Hat)2013-02-011-18/+12
| * tracing: Add documentation of snapshot utilityHiraku Toyooka2013-01-301-0/+83
| * tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-304-26/+154
| * tracing: Replace static old_tracer check of tracer nameHiraku Toyooka2013-01-301-13/+9
| * tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim2013-01-301-1/+1
| * ring-buffer: Add stats field for amount read from trace ring bufferSteven Rostedt (Red Hat)2013-01-303-0/+22
| * tracing/fgraph: Adjust fgraph depth before calling trace return callbackSteven Rostedt (Red Hat)2013-01-291-1/+7
| * tracing: Remove second iterator initializerJovi Zhang2013-01-291-4/+1
| * tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_varShan Wei2013-01-251-2/+2
| * tracing: Remove tracepoint sample codeSteven Rostedt2013-01-257-182/+1