summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-2029-52/+52
* perf utils: Add perf_quiet_option()Namhyung Kim2017-02-202-0/+18
* perf record: Add -a as default targetJiri Olsa2017-02-172-2/+4
* perf stat: Add -a as default targetJiri Olsa2017-02-172-2/+3
* perf tools: Fail on using multiple bits long terms without valueJiri Olsa2017-02-174-9/+22
* perf tools: Move new_term arguments into struct parse_events_term templateJiri Olsa2017-02-171-30/+39
* perf build: Add special fixdep cleaning ruleJiri Olsa2017-02-173-4/+7
* perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-174-14/+10
* perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek2017-02-171-3/+16
* perf cpumap: Add cpu__max_present_cpu()Jan Stancek2017-02-172-0/+23
* perf session: Fix DEBUG=1 build with clangArnaldo Carvalho de Melo2017-02-171-1/+1
* tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-172-3/+3
* perf python: Filter out -specs=/a/b/c from the python binding cc optionsArnaldo Carvalho de Melo2017-02-171-1/+8
* tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo2017-02-172-2/+9
* Merge tag 'perf-core-for-mingo-4.11-20170215' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-1622-92/+91
|\
| * perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo2017-02-151-0/+2
| * perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo2017-02-151-2/+2
| * perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo2017-02-142-3/+3
| * perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo2017-02-141-1/+5
| * perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-34/+28
| * perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo2017-02-141-1/+1
| * perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-9/+6
| * perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo2017-02-141-8/+9
| * perf tests: Synthesize struct instead of using field after variable sized typeArnaldo Carvalho de Melo2017-02-141-11/+8
| * perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo2017-02-141-0/+1
| * Revert "perf bench futex: Sanitize numeric parameters"Arnaldo Carvalho de Melo2017-02-146-20/+0
| * tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGERArnaldo Carvalho de Melo2017-02-141-0/+4
| * tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo2017-02-143-2/+18
| * tools: Suppress request for warning options not existent in clangArnaldo Carvalho de Melo2017-02-141-1/+4
|/
* Merge tag 'perf-core-for-mingo-4.11-20170213' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-1423-29/+145
|\
| * samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| * samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| * samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| * perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo2017-02-132-4/+4
| * perf tests record: No need to test an array against NULLArnaldo Carvalho de Melo2017-02-131-1/+1
| * perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-135-6/+5
| * perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo2017-02-134-4/+6
| * tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
| * tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)2017-02-131-0/+1
| * perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-02-131-1/+1
| * perf diff: Change default setting to "delta-abs"Namhyung Kim2017-02-132-5/+5
| * perf diff: Add diff.compute config optionNamhyung Kim2017-02-133-3/+23
| * perf diff: Add diff.order config optionNamhyung Kim2017-02-133-1/+26
| * perf diff: Add 'delta-abs' compute methodNamhyung Kim2017-02-132-3/+49
| * tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2017-02-133-5/+20
* | Merge tag 'v4.10-rc8' into perf/core, to pick up fixesIngo Molnar2017-02-14266-1119/+1929
|\ \ | |/ |/|
| * Linux 4.10-rc8Linus Torvalds2017-02-121-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-117-15/+38
| |\
| | * x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
| | * x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner2017-02-101-9/+7