summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf report: Use parse_options_usage() for -s option failureNamhyung Kim2013-11-041-2/+4
| | * perf report: Postpone setting up browser after parsing optionsNamhyung Kim2013-11-041-12/+12
| | * perf tools: Show single option when failed to parseNamhyung Kim2013-11-042-89/+132
| | * perf evsel: Synthesize PERF_SAMPLE_TRANSACTIONAdrian Hunter2013-11-041-0/+8
| | * perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTIONAdrian Hunter2013-11-041-1/+6
| | * perf evsel: Add missing overflow check for TRANSACTIONAdrian Hunter2013-11-041-0/+1
| | * perf evsel: Always use perf_evsel__set_sample_bit()Adrian Hunter2013-11-041-3/+3
| | * perf evlist: Add a debug print if event buffer mmap failsAdrian Hunter2013-11-041-0/+2
| | * perf tools: Fix libunwind build and feature detection for 32-bit buildAdrian Hunter2013-11-042-4/+6
| | * perf tools: Fix 32-bit cross buildAdrian Hunter2013-11-043-4/+4
| | * perf script: Set up output options for in-stream attributesAdrian Hunter2013-11-041-16/+48
| | * perf evsel: Add a debug print if perf_event_open failsAdrian Hunter2013-11-041-0/+2
| | * perf tools: Get current comm instead of last oneNamhyung Kim2013-11-047-12/+30
| | * perf tools: Compare hists comm by addressesFrederic Weisbecker2013-11-041-1/+2
| | * perf tools: Add new COMM infrastructureFrederic Weisbecker2013-11-046-27/+200
| | * perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-0410-53/+67
| | * perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-0412-30/+37
| | * perf tools: Add missing data.h into LIB_H headersJiri Olsa2013-11-041-0/+1
| | * perf probe: Fix typoArnaldo Carvalho de Melo2013-11-041-1/+1
| |/
| * Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-0483-681/+729
| |\
| | * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-048-12/+19
| | |\
| | | * perf test: Update command line callchain attribute testsArnaldo Carvalho de Melo2013-11-014-6/+6
| | | * perf bench: Fix two warningsWei Yang2013-11-011-2/+2
| | | * perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-11-013-4/+11
| * | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-10-313-40/+124
| |\ \ \
| | * | | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-293-5/+11
| | * | | uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov2013-10-291-0/+28
| | * | | uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov2013-10-291-0/+43
| | * | | uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov2013-10-291-8/+12
| | * | | uprobes: Introduce __create_xol_area()Oleg Nesterov2013-10-291-22/+25
| | * | | uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2013-10-292-9/+9
| | * | | uprobes: Remove the wrong __weak attributeRalf Baechle2013-10-291-1/+1
| |/ / /
| * | | perf: Fix the perf context switch optimizationPeter Zijlstra2013-10-291-18/+46
| * | | perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra2013-10-292-48/+36
| * | | perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra2013-10-291-6/+11
| * | | perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov2013-10-291-7/+8
| * | | perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov2013-10-291-8/+6
| * | | perf: Remove useless atomic_tPeter Zijlstra2013-10-291-9/+9
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-29406-2363/+3490
| |\ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-10-2432-390/+560
| |\ \ \ \
| | * | | | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-237-8/+20
| | * | | | perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-235-30/+47
| | * | | | perf ui: Rename ui_progress to ui_progress_opsArnaldo Carvalho de Melo2013-10-239-26/+33
| | * | | | perf tools: Fix non-debug buildAdrian Hunter2013-10-231-0/+4
| | * | | | perf evlist: Validate that mmap_pages is not too bigAdrian Hunter2013-10-231-4/+10
| | * | | | perf tools: Do not accept parse_tag_value() overflowAdrian Hunter2013-10-231-0/+2
| | * | | | perf inject: Do not repipe attributes to a perf.data fileAdrian Hunter2013-10-231-0/+5
| | * | | | perf script: Make perf_script a local variableAdrian Hunter2013-10-231-16/+24
| | * | | | perf sched: Optimize build timeAdrian Hunter2013-10-231-1/+4
| | * | | | perf sched: Make struct perf_sched sched a local variableAdrian Hunter2013-10-231-21/+20