summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-08-22perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep treeArnaldo Carvalho de Melo
2019-08-22perf metricgroup: Remove needless includes from metricgroup.hArnaldo Carvalho de Melo
2019-08-22perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo
2019-08-22perf arm64: Add missing debug.h headerArnaldo Carvalho de Melo
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-08-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa
2019-08-22tools headers: Add missing perf_event.h includeJiri Olsa
2019-08-20Merge tag 'perf-core-for-mingo-5.4-20190820' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-08-20Merge tag 'v5.3-rc5' into perf/core, to pick up fixesIngo Molnar
2019-08-20libperf: Fix arch include pathsJiri Olsa
2019-08-20tools headers: Fixup bitsperlong per arch includesArnaldo Carvalho de Melo
2019-08-20perf top: Show info message while collecting samplesArnaldo Carvalho de Melo
2019-08-20perf ui browser: Allow specifying message to show when no samples are availab...Arnaldo Carvalho de Melo
2019-08-20perf ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo
2019-08-20perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo
2019-08-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan
2019-08-20perf report: Prefer DWARF callstacks to LBR ones when captured bothAlexey Budankov
2019-08-20perf report: Dump LBR callstack data by -D jointly with thread stackAlexey Budankov
2019-08-20perf record: Enable LBR callstack capture jointly with thread stackAlexey Budankov
2019-08-20tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)
2019-08-20perf evsel: Add comment for 'idx' member in 'struct perf_sample_idAdrian Hunter
2019-08-20tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo
2019-08-20tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo
2019-08-20tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo
2019-08-20perf tools: tools/include should come before tools/uapi/includeArnaldo Carvalho de Melo
2019-08-20tools headers: Add limits.h to access __WORDSIZEArnaldo Carvalho de Melo
2019-08-17Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-17tools: hv: fix typos in toolchainAdrian Vladu
2019-08-17tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu
2019-08-17tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu
2019-08-16perf unwind: Remove unnecessary testJohn Keeping
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping
2019-08-16perf map: Use zalloc for map_groupsJohn Keeping
2019-08-16perf report: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf trace: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Add hint when not finding specified on/off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move enoent error message printing to separate functionArnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce init() method to set the on/off evsels from the comm...Arnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo
2019-08-15perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo
2019-08-15perf vendor events intel: Add Tremontx event file v1.02Haiyan Song
2019-08-14perf ui: No need to set ui_browser to 1 twiceArnaldo Carvalho de Melo
2019-08-14perf record: Support aarch64 random socket_id assignmentTan Xiaojun