summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim
2012-05-16Revert 'perf evlist: Fix creation of cpu map'Namhyung Kim
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim
2012-05-14perf/x86/ibs: Fix undefined reference to `get_ibs_caps'Robert Richter
2012-05-14Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-05-12perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo
2012-05-12perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo
2012-05-12perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo
2012-05-12perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo
2012-05-12perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo
2012-05-11perf annotate: Resolve symbols using objdump comment for single op insArnaldo Carvalho de Melo
2012-05-11perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo
2012-05-11perf annotate: Use raw form for register indirect call instructionsArnaldo Carvalho de Melo
2012-05-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-05-10perf hists browser: Use '/' for search/filter instead of 's'Arnaldo Carvalho de Melo
2012-05-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-05-09perf annotate: shorten helpline so it fits in visible spaceDavid Ahern
2012-05-09perf record: Reset event name when falling back to cpu-clockDavid Ahern
2012-05-09perf top: Update event name when falling back to cpu-clockDavid Ahern
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern
2012-05-09perf record: Fix fallback to cpu-clock on ppcDavid Ahern
2012-05-09perf report: Fix format string for x86-32 compilationJiri Olsa
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra
2012-05-09perf/x86-ibs: Fix usage of IBS op current countRobert Richter
2012-05-09perf/x86-ibs: Catch spurious interrupts after stopping IBSRobert Richter
2012-05-09perf/x86-ibs: Implement workaround for IBS erratum #420Robert Richter
2012-05-09perf/x86-ibs: Extend hw period that triggers overflowRobert Richter
2012-05-09perf/x86-ibs: Trigger overflow if remaining period is too smallRobert Richter
2012-05-09perf/x86-ibs: Rename some variablesRobert Richter
2012-05-09perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter
2012-05-09perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter
2012-05-09perf/x86-ibs: Fix frequency profilingRobert Richter
2012-05-09perf/x86-ibs: Enable ibs op micro-ops counting modeRobert Richter
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-05-09perf/x86-ibs: Fix update of periodRobert Richter
2012-05-09Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar
2012-05-08tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt
2012-05-08tracing: Use seq_*_private interface for some seq filesJiri Olsa
2012-05-08Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-05-08perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo
2012-05-08tracing: Prevent wasting time evaluating parameters in trace_preempt_on/offMinho Ban
2012-05-07perf annotate browser: Compact 'nop' outputArnaldo Carvalho de Melo
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo
2012-05-07perf stat: Use perf_evlist__create_mapsNamhyung Kim
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim
2012-05-07perf tools: Introduce perf_target__strerror()Namhyung Kim
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim
2012-05-07perf target: Introduce perf_target_errnoNamhyung Kim
2012-05-07perf evlist: Fix creation of cpu mapNamhyung Kim
2012-05-07perf top: Set target.system_wideArnaldo Carvalho de Melo