summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+41Star
* 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/+50Star
* perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros2017-07-191-34/+24Star
* perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros2017-07-191-85/+79Star
* perf header: Use struct feat_fd for printDavid Carrillo-Cisneros2017-07-191-55/+47Star
* 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/+8Star
* 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/+17Star
* perf header: Encapsulate read and swapDavid Carrillo-Cisneros2017-07-191-133/+77Star
* 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
|\ \ | |/ |/|
| * perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-302-0/+12
| * perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter2017-06-301-0/+14
| * perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter2017-06-301-0/+283
| * perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter2017-06-301-23/+22Star
| * perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter2017-06-301-8/+16
| * perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter2017-06-301-24/+18Star
| * perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter2017-06-301-10/+15
| * perf intel-pt: Join needlessly wrapped linesAdrian Hunter2017-06-301-4/+2Star
| * perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter2017-06-301-2/+0Star
| * perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter2017-06-301-122/+100Star