summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-08-28perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo6-1/+83
2017-08-28tools headers: Sync cpu features kernel ABI headers with tooling headersArnaldo Carvalho de Melo2-6/+3
2017-08-28perf tools: Pass full path of FEATURES_DUMPDavid Carrillo-Cisneros1-1/+1
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros5-6/+8
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros1-3/+3
2017-08-28perf tools: Allow external definition of flex and bison binary namesDavid Carrillo-Cisneros1-2/+2
2017-08-28tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros1-1/+1
2017-08-28perf report: Group stat values on global event idJiri Olsa2-2/+2
2017-08-28perf values: Zero value buffersJiri Olsa1-2/+7
2017-08-28perf values: Fix allocation checkJiri Olsa1-1/+1
2017-08-28perf values: Fix thread index bugJiri Olsa1-2/+2
2017-08-28perf report: Add dump_read functionJiri Olsa2-4/+25
2017-08-28perf record: Set read_format for inherit_statJiri Olsa1-1/+6
2017-08-28perf c2c: Fix remote HITM detection for SkylakeJiri Olsa1-2/+9
2017-08-28perf tools: Fix static build with newer toolchainsJiri Olsa1-1/+7
2017-08-28perf stat: Fix path to PMU formats in documentationJack Henschel1-2/+2
2017-08-24Merge tag 'perf-core-for-mingo-4.14-20170823' of git://git.kernel.org/pub/scm...Ingo Molnar32-64/+6595
2017-08-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-3/+4
2017-08-22perf tools: Fix static linking with libunwindKonstantin Khlebnikov1-1/+5
2017-08-22perf tools: Fix static linking with libdw from elfutilsKonstantin Khlebnikov1-5/+5
2017-08-22perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kbKonstantin Khlebnikov1-1/+3
2017-08-22perf tools: Really install manpages via 'make install-man'Konstantin Khlebnikov1-1/+1
2017-08-22perf test: Add test cases for new data source encodingAndi Kleen4-0/+62
2017-08-22perf tools: Add support for printing new mem_info encodingsAndi Kleen2-5/+68
2017-08-22perf vendor events: Add Skylake server uncore event listAndi Kleen2-0/+1328
2017-08-22perf vendor events: Add core event list for Skylake ServerAndi Kleen8-0/+4945
2017-08-22perf tools: Dedup events in expression parsingAndi Kleen1-1/+14
2017-08-22perf tools: Increase maximum number of events in expressionsAndi Kleen1-1/+1
2017-08-22perf tools: Expression parser enhancements for metricsAndi Kleen2-6/+60
2017-08-22perf tools: Add utility function to detect SMT statusAndi Kleen3-0/+51
2017-08-22perf bpf: Tighten detection of BPF eventsAndi Kleen1-4/+19
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen5-40/+20
2017-08-22perf xyarray: Save max_x, max_yAndi Kleen2-0/+14
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2017-08-21tools lib bpf: improve warningEric Leblond1-1/+2
2017-08-19test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez1-2/+2
2017-08-18perf annotate browser: Circulate percent, total-period and nr-samples viewTaeung Song1-3/+8
2017-08-18perf annotate browser: Support --show-nr-samples optionTaeung Song2-5/+13
2017-08-18perf annotate: Document --show-total-period optionTaeung Song1-0/+2
2017-08-18perf annotate stdio: Support --show-nr-samples optionTaeung Song3-3/+23
2017-08-17perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo2-20/+2
2017-08-17perf tools: Remove unused cpu_relax() macrosArnaldo Carvalho de Melo1-9/+0
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo4-104/+104
2017-08-17perf events parse: Use just one parse events state structArnaldo Carvalho de Melo3-6/+3
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo4-31/+31
2017-08-17perf events parse: Remove some needless local variablesArnaldo Carvalho de Melo1-13/+7
2017-08-17perf trace: Fix off by one string allocation problemArnaldo Carvalho de Melo1-1/+1
2017-08-17perf jevents: Support FCMask and PortMaskAndi Kleen1-0/+2
2017-08-17tools lib bpf: Fix double file test in MakefileDaniel Díaz1-2/+2
2017-08-17Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...Ingo Molnar14-47/+611