aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-23perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo6-323/+349
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-24/+71
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao1-2/+2
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim1-0/+2
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa1-2/+15
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang2-1/+5
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang4-37/+143
2017-10-03perf tools: Lock to protect comm_str rb treeKan Liang1-1/+17
2017-10-03perf tools: Lock to protect namespaces and comm listKan Liang2-5/+51
2017-10-02Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo5-26/+29
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter2-10/+1
2017-09-25perf tools: Fix syscalltbl build failureAkemi Yagi1-1/+1
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang1-14/+21
2017-09-25perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo1-1/+6
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo16-57/+128
2017-09-21perf stat: Fix adding multiple event groupsAndi Kleen1-3/+4
2017-09-18perf pmu: Improve error messages for missing PMUsAndi Kleen3-7/+16
2017-09-18perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo1-3/+3
2017-09-18perf machine: Use hashtable for machine threadsKan Liang3-58/+106
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo10-3/+10
2017-09-13perf config: Allow creating empty config set for config file autogenerationTaeung Song1-4/+1
2017-09-13perf tools: Use scandir() to replace readdir()Kan Liang1-20/+25
2017-09-13perf ui progress: Add size info into progress barJiri Olsa1-1/+1
2017-09-13perf record: Support direct --user-regs argumentsAndi Kleen1-1/+6
2017-09-13perf stat: Support duration_time for metricsAndi Kleen2-4/+14
2017-09-13perf stat: Don't use ctx for saved values lookupAndi Kleen1-11/+5
2017-09-13perf list: Add metric groups to perf listAndi Kleen2-0/+179
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen6-4/+372
2017-09-13perf pmu: Extract function to get JSON alias mapAndi Kleen2-16/+35
2017-09-13perf stat: Print generic metric header even for failed expressionsAndi Kleen1-1/+3
2017-09-13perf stat: Factor out generic metric printingAndi Kleen1-27/+42
2017-09-13perf tools: Support weak groups in 'perf stat'Andi Kleen3-2/+9
2017-09-12perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa1-1/+12
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2-8/+17
2017-09-01perf sort: Add sort option for physical addressKan Liang7-2/+58
2017-09-01perf tools: Support new sample type for physical addressKan Liang2-1/+19
2017-09-01perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2-0/+36
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao3-66/+80
2017-08-29perf symbols: Fix plt entry calculation for ARM and AARCH64Li Bin1-5/+22
2017-08-29perf probe: Fix kprobe blacklist checking conditionLi Bin1-1/+1
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-1/+1
2017-08-28perf report: Group stat values on global event idJiri Olsa1-1/+1
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 Olsa1-0/+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