summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-237-19/+40
* perf hists browser: Remove superfluous null check on mapColin Ian King2016-08-231-2/+0
* perf tools: Skip running the feature tests for 'make install-doc'Rui Teng2016-08-231-1/+1
* perf tools: Use __weak definition from linux/compiler.hRui Teng2016-08-231-2/+1
* perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo2016-08-234-2/+10
* tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier2016-08-233-0/+43
* perf disassemble: Extract logic to find file to pass to objdump to a separate...Arnaldo Carvalho de Melo2016-08-231-22/+32
* perf disassemble: Simplify logic for picking the filename to disassembleArnaldo Carvalho de Melo2016-08-231-25/+16
* perf disassemble: Move check for kallsyms + !kcoreArnaldo Carvalho de Melo2016-08-231-8/+8
* perf hists: Add support for header spanJiri Olsa2016-08-237-14/+25
* perf tools stdio: Display multiple header linesJiri Olsa2016-08-231-9/+25
* perf tools tui: Display multiple header linesJiri Olsa2016-08-231-8/+17
* perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa2016-08-237-12/+14
* perf hists: Introduce nr_header_lines into struct perf_hpp_listJiri Olsa2016-08-233-3/+14
* perf top: Use MSEC_PER_SECArnaldo Carvalho de Melo2016-08-231-1/+2
* perf bench futex: Use NSEC_PER_USECArnaldo Carvalho de Melo2016-08-233-6/+9
* perf kvm: Use NSEC_PER_USECArnaldo Carvalho de Melo2016-08-231-5/+5
* perf record: Use USEC_PER_MSECArnaldo Carvalho de Melo2016-08-231-2/+2
* perf bench sched-messaging: Use USEC_PER_MSECArnaldo Carvalho de Melo2016-08-231-2/+3
* perf bench mem: Use USEC_PER_SECArnaldo Carvalho de Melo2016-08-231-1/+2
* perf stat: Use *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2016-08-231-6/+6
* perf bench sched-pipe: Use linux/time64.h, USEC_PER_SECArnaldo Carvalho de Melo2016-08-231-4/+5
* perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo2016-08-232-11/+13
* perf sched: Use linux/time64.hArnaldo Carvalho de Melo2016-08-231-18/+19
* perf bench numa: Use NSEC_PER_U?SECArnaldo Carvalho de Melo2016-08-231-26/+27
* tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2016-08-2312-27/+34
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Arnaldo Carvalho de Melo2016-08-234-6/+10
|\
| * Merge tag 'perf-urgent-for-mingo-20160818' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-08-184-6/+10
| |\
| | * perf evsel: Do not access outside hw cache name arraysArnaldo Carvalho de Melo2016-08-181-3/+3
| | * tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta2016-08-181-1/+5
| | * perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff2016-08-162-2/+2
* | | perf/x86: Fix PEBS threshold initializationJiri Olsa2016-08-181-1/+11
* | | perf/x86: Use PMUEF_READ_CPU_PKG in uncore eventsDavid Carrillo-Cisneros2016-08-183-0/+6
* | | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros2016-08-182-2/+26
* | | perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros2016-08-182-13/+21
* | | bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan2016-08-182-2/+21
* | | Merge branch 'perf/urgent' into perf/core, to pick up dependenciesIngo Molnar2016-08-181-27/+68
|\| |
| * | perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros2016-08-181-3/+4
| * | perf/core: Enable mapping of the stop filtersMathieu Poirier2016-08-181-10/+5
| * | perf/core: Update filters only on executable mmapMathieu Poirier2016-08-181-0/+7
| * | perf/core: Fix file name handling for start/stop filtersMathieu Poirier2016-08-181-2/+4
| * | perf/core: Fix event_function_local()Peter Zijlstra2016-08-181-12/+48
* | | uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov2016-08-181-18/+18
* | | Merge branch 'perf/urgent' into perf/core, to pick up dependencyIngo Molnar2016-08-18245-1163/+2309
|\| |
| * | uprobes: Fix the memcg accountingOleg Nesterov2016-08-181-2/+3
| |/
| * Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-08-1612-40/+136
| |\
| | * perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter2016-08-151-1/+5
| | * tools: Sync kvm related header files for arm64 and s390Arnaldo Carvalho de Melo2016-08-153-0/+44
| | * perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo2016-08-151-3/+9
| | * perf probe: Check for dup and fdopen failuresColin Ian King2016-08-151-4/+20