summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-261-0/+51
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-261-41/+53
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-261-16/+22
* perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa2017-07-251-0/+8
* perf cgroup: Fix refcount usageArnaldo Carvalho de Melo2017-07-251-3/+5
* perf annotate stdio: Fix --show-total-periodTaeung Song2017-07-251-1/+1
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-212-5/+13
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-212-9/+15
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-212-14/+14
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-212-24/+30
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-204-9/+10
* perf report: Show branch type in callchain entryJin Yao2017-07-193-19/+50
* perf report: Show branch type statistics for stdio modeJin Yao2017-07-191-4/+1
* perf util: Create branch.c/.h for common branch functionsJin Yao2017-07-194-1/+174
* perf report: Refactor the branch info printing codeJin Yao2017-07-191-59/+41
* perf record: Create a new option save_type in --branch-filterJin Yao2017-07-191-0/+1
* perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros2017-07-191-2/+17
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-196-1/+122
* perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-191-0/+7
* perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros2017-07-191-28/+44
* perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros2017-07-191-5/+70
* perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros2017-07-191-10/+11
* perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros2017-07-191-51/+50
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-191-34/+24
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-191-85/+79
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-191-55/+47
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-194-111/+138
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-193-10/+8
* perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2017-07-192-3/+5
* perf header: Fail on write_padded errorDavid Carrillo-Cisneros2017-07-191-1/+5
* perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros2017-07-191-48/+17
* perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-191-133/+77
* perf tests attr: Add test_attr__ready functionJiri Olsa2017-07-191-0/+4
* perf evlist: Allow asking for max precise_ip in add_default()Arnaldo Carvalho de Melo2017-07-192-3/+10
* perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo2017-07-193-4/+7
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-197-12/+89
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-1911-45/+110
* perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen2017-07-194-29/+76
* perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen2017-07-196-27/+160
* perf symbols: Find symbols in different mount namespaceKrister Johansen2017-07-198-0/+180
* tools build: Add test for setns()Arnaldo Carvalho de Melo2017-07-193-0/+16
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-192-0/+6
* perf annotate: Check for fused instructionsJin Yao2017-07-194-3/+30
* perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
* perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
* perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
* Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-052-1/+2
|\
| * perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
| * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-0336-397/+1183
|\ \ | |/ |/|