summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song2-24/+30
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo4-9/+10
2017-07-19perf report: Show branch type in callchain entryJin Yao3-19/+50
2017-07-19perf report: Show branch type statistics for stdio modeJin Yao1-4/+1
2017-07-19perf util: Create branch.c/.h for common branch functionsJin Yao4-1/+174
2017-07-19perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-07-19perf record: Create a new option save_type in --branch-filterJin Yao1-0/+1
2017-07-19perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros1-2/+17
2017-07-19perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros6-1/+122
2017-07-19perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros1-0/+7
2017-07-19perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros1-28/+44
2017-07-19perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros1-5/+70
2017-07-19perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros1-10/+11
2017-07-19perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros1-51/+50
2017-07-19perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros1-34/+24
2017-07-19perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros1-85/+79
2017-07-19perf header: Use struct feat_fd for printDavid Carrillo-Cisneros1-55/+47
2017-07-19perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros4-111/+138
2017-07-19perf header: Revamp do_write()David Carrillo-Cisneros3-10/+8
2017-07-19perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros2-3/+5
2017-07-19perf header: Fail on write_padded errorDavid Carrillo-Cisneros1-1/+5
2017-07-19perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros1-48/+17
2017-07-19perf header: Encapsulate read and swapDavid Carrillo-Cisneros1-133/+77
2017-07-19perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+4
2017-07-19perf evlist: Allow asking for max precise_ip in add_default()Arnaldo Carvalho de Melo2-3/+10
2017-07-19perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo3-4/+7
2017-07-19perf buildid-cache: Cache debuginfoKrister Johansen7-12/+89
2017-07-19perf buildid-cache: Support binary objects from other namespacesKrister Johansen11-45/+110
2017-07-19perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen4-29/+76
2017-07-19perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen6-27/+160
2017-07-19perf symbols: Find symbols in different mount namespaceKrister Johansen8-0/+180
2017-07-19tools build: Add test for setns()Arnaldo Carvalho de Melo3-0/+16
2017-07-19perf annotate: Implement visual marker for macro fusionJin Yao2-0/+6
2017-07-19perf annotate: Check for fused instructionsJin Yao4-3/+30
2017-07-12perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo1-1/+1
2017-07-10perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo1-2/+4
2017-07-10perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo1-1/+1
2017-07-05Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2-1/+2
2017-07-04perf unwind: Do not fail due to missing unwind supportJiri Olsa1-1/+1
2017-07-04perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo1-0/+1
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-397/+1183
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter2-0/+12
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter1-0/+14
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter1-0/+283
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter1-23/+22
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter1-8/+16
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter1-24/+18
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter1-10/+15
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter1-4/+2
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter1-2/+0