summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-243-26/+29
* perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-243-38/+0
* perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo2017-10-231-2/+3
* perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo2017-10-233-33/+46
* perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-231-7/+3
* perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo2017-10-232-0/+103
* perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo2017-10-236-323/+349
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-207-24/+71
|\
| * perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
| * perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
| * perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
| * perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-093-19/+47
| * perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
* | perf top: Add option to set the number of thread for event synthesizeKan Liang2017-10-032-1/+5
* | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-034-37/+143
* | perf tools: Lock to protect comm_str rb treeKan Liang2017-10-031-1/+17
* | perf tools: Lock to protect namespaces and comm listKan Liang2017-10-032-5/+51
* | Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo2017-10-025-26/+29
|\|
| * perf test: Fix vmlinux failure on s390xThomas Richter2017-09-282-10/+1
| * perf tools: Fix syscalltbl build failureAkemi Yagi2017-09-251-1/+1
| * perf report: Fix debug messages with --call-graph optionMengting Zhang2017-09-251-14/+21
| * perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-09-251-1/+6
* | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-2116-57/+128
* | perf stat: Fix adding multiple event groupsAndi Kleen2017-09-211-3/+4
* | perf pmu: Improve error messages for missing PMUsAndi Kleen2017-09-183-7/+16
* | perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo2017-09-181-3/+3
* | perf machine: Use hashtable for machine threadsKan Liang2017-09-183-58/+106
* | perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-1310-3/+10
* | perf config: Allow creating empty config set for config file autogenerationTaeung Song2017-09-131-4/+1
* | perf tools: Use scandir() to replace readdir()Kan Liang2017-09-131-20/+25
* | perf ui progress: Add size info into progress barJiri Olsa2017-09-131-1/+1
* | perf record: Support direct --user-regs argumentsAndi Kleen2017-09-131-1/+6
* | perf stat: Support duration_time for metricsAndi Kleen2017-09-132-4/+14
* | perf stat: Don't use ctx for saved values lookupAndi Kleen2017-09-131-11/+5
* | perf list: Add metric groups to perf listAndi Kleen2017-09-132-0/+179
* | perf stat: Support JSON metrics in perf statAndi Kleen2017-09-136-4/+372
* | perf pmu: Extract function to get JSON alias mapAndi Kleen2017-09-132-16/+35
* | perf stat: Print generic metric header even for failed expressionsAndi Kleen2017-09-131-1/+3
* | perf stat: Factor out generic metric printingAndi Kleen2017-09-131-27/+42
* | perf tools: Support weak groups in 'perf stat'Andi Kleen2017-09-133-2/+9
|/
* perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa2017-09-121-1/+12
* perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2017-09-012-8/+17
* perf sort: Add sort option for physical addressKan Liang2017-09-017-2/+58
* perf tools: Support new sample type for physical addressKan Liang2017-09-012-1/+19
* 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-303-66/+80
* 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 tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-281-1/+1
* perf report: Group stat values on global event idJiri Olsa2017-08-281-1/+1