summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Wait for the correct childMilian Wolff2017-09-121-1/+1
* perf tools: Support running perf binaries with a dash in their nameMilian Wolff2017-09-121-4/+10
* perf config: Check not only section->from_system_config but also item'sTaeung Song2017-09-121-1/+1
* perf ui progress: Fix progress updateJiri Olsa2017-09-121-1/+6
* perf ui progress: Make sure we always define step valueJiri Olsa2017-09-121-1/+1
* perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa2017-09-121-1/+12
* perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff2017-09-121-1/+1
* perf annotate browser: Help for cycling thru hottest instructions with TAB/sh...Arnaldo Carvalho de Melo2017-09-011-1/+2
* perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2017-09-013-9/+18
* perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang2017-09-011-1/+5
* perf script: Support physical addressKan Liang2017-09-012-3/+14
* perf mem: Support physical addressKan Liang2017-09-012-26/+75
* perf sort: Add sort option for physical addressKan Liang2017-09-018-2/+59
* perf tools: Support new sample type for physical addressKan Liang2017-09-015-2/+26
* perf vendor events powerpc: Remove duplicate eventsSukadev Bhattiprolu2017-09-014-138/+3
* perf intel-pt: Fix syntax in documentation of config optionJack Henschel2017-09-011-1/+1
* perf test powerpc: Fix 'Object code reading' testRavi Bangoria2017-09-011-0/+5
* perf trace: Support syscall name globbingArnaldo Carvalho de Melo2017-09-012-5/+36
* perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2017-09-012-0/+36
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-305-79/+85
* perf symbols: Fix plt entry calculation for ARM and AARCH64Li Bin2017-08-291-5/+22
* perf probe: Fix kprobe blacklist checking conditionLi Bin2017-08-291-1/+1
* perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo2017-08-286-1/+83
* perf tools: Pass full path of FEATURES_DUMPDavid Carrillo-Cisneros2017-08-281-1/+1
* perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-282-3/+3
* perf tools: Allow external definition of flex and bison binary namesDavid Carrillo-Cisneros2017-08-281-2/+2
* perf report: Group stat values on global event idJiri Olsa2017-08-282-2/+2
* perf values: Zero value buffersJiri Olsa2017-08-281-2/+7
* perf values: Fix allocation checkJiri Olsa2017-08-281-1/+1
* perf values: Fix thread index bugJiri Olsa2017-08-281-2/+2
* perf report: Add dump_read functionJiri Olsa2017-08-282-4/+25
* perf record: Set read_format for inherit_statJiri Olsa2017-08-281-1/+6
* perf c2c: Fix remote HITM detection for SkylakeJiri Olsa2017-08-281-2/+9
* perf tools: Fix static build with newer toolchainsJiri Olsa2017-08-281-1/+7
* perf stat: Fix path to PMU formats in documentationJack Henschel2017-08-281-2/+2
* perf tools: Fix static linking with libunwindKonstantin Khlebnikov2017-08-221-1/+5
* perf tools: Fix static linking with libdw from elfutilsKonstantin Khlebnikov2017-08-221-5/+5
* perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kbKonstantin Khlebnikov2017-08-221-1/+3
* perf tools: Really install manpages via 'make install-man'Konstantin Khlebnikov2017-08-221-1/+1
* perf test: Add test cases for new data source encodingAndi Kleen2017-08-224-0/+62
* perf tools: Add support for printing new mem_info encodingsAndi Kleen2017-08-221-3/+40
* perf vendor events: Add Skylake server uncore event listAndi Kleen2017-08-222-0/+1328
* perf vendor events: Add core event list for Skylake ServerAndi Kleen2017-08-228-0/+4945
* perf tools: Dedup events in expression parsingAndi Kleen2017-08-221-1/+14
* perf tools: Increase maximum number of events in expressionsAndi Kleen2017-08-221-1/+1
* perf tools: Expression parser enhancements for metricsAndi Kleen2017-08-222-6/+60
* perf tools: Add utility function to detect SMT statusAndi Kleen2017-08-223-0/+51
* perf bpf: Tighten detection of BPF eventsAndi Kleen2017-08-221-4/+19
* perf evsel: Fix buffer overflow while freeing eventsAndi Kleen2017-08-225-40/+20
* perf xyarray: Save max_x, max_yAndi Kleen2017-08-222-0/+14