aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-07-18perf record: Create a new option save_type in --branch-filterJin Yao
2017-07-18perf header: Add event desc to pipe-mode headerDavid Carrillo-Cisneros
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros
2017-07-18perf header: Change FEAT_OP* macrosDavid Carrillo-Cisneros
2017-07-18perf header: Add a buffer to struct feat_fdDavid Carrillo-Cisneros
2017-07-18perf header: Make write_pmu_mappings pipe-mode friendlyDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd in read header recordsDavid Carrillo-Cisneros
2017-07-18perf header: Don't pass struct perf_file_section to process_##_featDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd to process header recordsDavid Carrillo-Cisneros
2017-07-18perf header: Use struct feat_fd for printDavid Carrillo-Cisneros
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros
2017-07-18perf header: Fail on write_padded errorDavid Carrillo-Cisneros
2017-07-18perf header: Add PROCESS_STR_FUN macroDavid Carrillo-Cisneros
2017-07-18perf header: Encapsulate read and swapDavid Carrillo-Cisneros
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa
2017-07-18perf evlist: Allow asking for max precise_ip in add_default()Arnaldo Carvalho de Melo
2017-07-18perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen
2017-07-18perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen
2017-07-18tools build: Add test for setns()Arnaldo Carvalho de Melo
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-07-12perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo
2017-07-10perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo
2017-07-10perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo
2017-07-05Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar
2017-07-04perf unwind: Do not fail due to missing unwind supportJiri Olsa
2017-07-04perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter
2017-06-30perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter
2017-06-27perf script: Add 'synth' event type for synthesized eventsAdrian Hunter
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter