aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* perf annotate: Check argument before calling setup_browser()Namhyung Kim2015-12-10
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-12-10
|\
| * perf tools: Move cmd_version() to builtin-version.cJosh Poimboeuf2015-12-09
| * perf tools: Save cmdline arguments earlierJosh Poimboeuf2015-12-09
| * perf tools: Move term functions out of util.cJosh Poimboeuf2015-12-09
| * perf tools: Remove unused pager_use_color variableJosh Poimboeuf2015-12-09
| * perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu2015-12-09
| * perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu2015-12-09
| * perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu2015-12-09
| * perf hists: Fix hists_evsel to release histsMasami Hiramatsu2015-12-09
| * perf stat: Fix cmd_stat to release cpu_mapMasami Hiramatsu2015-12-09
| * perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu2015-12-09
| * perf tui: Change default selection background color to yellowIngo Molnar2015-12-09
|/
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-08
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-12-08
| |\
| | * perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan2015-12-07
| | * perf hists browser: Reset selection when refreshWang Nan2015-12-07
| | * perf hists browser: Add NULL pointer check to prevent crashWang Nan2015-12-07
| | * perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan2015-12-07
| | * perf buildid-list: Show running kernel build id fixMichael Petlan2015-12-07
| |/
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-12-07
|\ \
| * | perf annotate: ARM supportRussell King2015-12-07
| * | perf stat: Move enable_on_exec setup under earlier codeJiri Olsa2015-12-07
| * | perf stat: Create events as disabledJiri Olsa2015-12-07
| * | perf stat: Use perf_evlist__enable in handle_initial_delayJiri Olsa2015-12-07
| * | perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa2015-12-07
| * | perf evsel: Introduce disable() methodJiri Olsa2015-12-07
| * | perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa2015-12-07
| * | perf test: Create kernel maps properly for hist entries testJiri Olsa2015-12-07
| * | perf test: Prevent using bpf-output event in round trip name testJiri Olsa2015-12-07
| * | perf test: Fix cpus and thread maps reference in error pathJiri Olsa2015-12-07
| * | perf test: Use machine__new_host in mmap thread code reading testJiri Olsa2015-12-07
| * | perf test: Use machine__new_host in mmap thread lookup testJiri Olsa2015-12-07
| * | perf test: Use machine__new_host in dwarf unwind testJiri Olsa2015-12-07
| * | perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan2015-12-07
|/ /
* | perf/x86: Remove old MSR perf tracing codeAndi Kleen2015-12-06
* | x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2015-12-06
* | tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen2015-12-06
* | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-06
* | perf/x86/intel: Fix __initconst declaration in the RAPL perf driverAndi Kleen2015-12-06
* | perf/core: Collapse common IPI patternPeter Zijlstra2015-12-06
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-06
|\|
| * perf: Do not send exit event twiceJiri Olsa2015-12-06
| * perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa2015-12-06
| * perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen2015-12-06
| * perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-04
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-11-28
|\ \
| * | perf bpf: Rename bpf config to program configWang Nan2015-11-27
| * | tools lib bpf: Extract and collect map names from BPF object fileWang Nan2015-11-27
| * | tools lib bpf: Collect map definition in bpf_objectWang Nan2015-11-27