summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-09perf tools: Move term functions out of util.cJosh Poimboeuf
2015-12-09perf tools: Remove unused pager_use_color variableJosh Poimboeuf
2015-12-09perf tools: Fix write_numa_topology to put cpu_map instead of freeMasami Hiramatsu
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu
2015-12-09perf tools: Fix maps__fixup_overlappings to put used mapsMasami Hiramatsu
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu
2015-12-09perf stat: Fix cmd_stat to release cpu_mapMasami Hiramatsu
2015-12-09perf tools: Fix map_groups__clone to put cloned mapMasami Hiramatsu
2015-12-09perf tui: Change default selection background color to yellowIngo Molnar
2015-12-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2015-12-08Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-12-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-12-07perf annotate: ARM supportRussell King
2015-12-07perf stat: Move enable_on_exec setup under earlier codeJiri Olsa
2015-12-07perf stat: Create events as disabledJiri Olsa
2015-12-07perf stat: Use perf_evlist__enable in handle_initial_delayJiri Olsa
2015-12-07perf evlist: Factor perf_evlist__(enable|disable) functionsJiri Olsa
2015-12-07perf evsel: Introduce disable() methodJiri Olsa
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa
2015-12-07perf test: Create kernel maps properly for hist entries testJiri Olsa
2015-12-07perf test: Prevent using bpf-output event in round trip name testJiri Olsa
2015-12-07perf test: Fix cpus and thread maps reference in error pathJiri Olsa
2015-12-07perf test: Use machine__new_host in mmap thread code reading testJiri Olsa
2015-12-07perf test: Use machine__new_host in mmap thread lookup testJiri Olsa
2015-12-07perf test: Use machine__new_host in dwarf unwind testJiri Olsa
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan
2015-12-07perf hists browser: Reset selection when refreshWang Nan
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan
2015-12-07perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan
2015-12-06perf/x86: Remove old MSR perf tracing codeAndi Kleen
2015-12-06x86, tracing, perf: Add trace point for MSR accessesAndi Kleen
2015-12-06tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2015-12-06perf/x86/intel: Fix __initconst declaration in the RAPL perf driverAndi Kleen
2015-12-06perf/core: Collapse common IPI patternPeter Zijlstra
2015-12-06Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2015-12-06perf: Do not send exit event twiceJiri Olsa
2015-12-06perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa
2015-12-06perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen
2015-12-04perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra
2015-11-28Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-11-27perf bpf: Rename bpf config to program configWang Nan
2015-11-27tools lib bpf: Extract and collect map names from BPF object fileWang Nan
2015-11-27tools lib bpf: Collect map definition in bpf_objectWang Nan
2015-11-27perf hists browser: Update nr entries regardless of min percentNamhyung Kim
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim
2015-11-27perf report: Show error message when processing sample failsNamhyung Kim
2015-11-27perf list: Robustify event printing routineArnaldo Carvalho de Melo