aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2018-07-30perf tools: Fix the build on the alpine:edge distroGravatar Arnaldo Carvalho de Melo 5-0/+5
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Gravatar Arnaldo Carvalho de Melo 3-0/+26
2018-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-81/+84
2018-07-13tools: build: Fixup host c flagsGravatar Laura Abbott 1-1/+1
2018-07-11perf tools: Use python-config --includes rather than --cflagsGravatar Jeremy Cline 1-2/+1
2018-07-11perf script python: Fix dict reference countingGravatar Janne Huttunen 1-6/+2
2018-07-11perf stat: Fix --interval_clear optionGravatar Jiri Olsa 1-1/+1
2018-07-11perf tools: Fix compilation errors on gcc8Gravatar Jiri Olsa 2-2/+3
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Gravatar Kim Phillips 1-1/+1
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptGravatar Kim Phillips 1-3/+3
2018-07-11perf test shell: Make perf's inet_pton test more portableGravatar Kim Phillips 1-16/+21
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsGravatar Kim Phillips 1-1/+1
2018-07-11perf scripts python: Add Python 3 support to EventClass.pyGravatar Jeremy Cline 1-1/+3
2018-07-11perf scripts python: Add Python 3 support to sched-migration.pyGravatar Jeremy Cline 1-5/+9
2018-07-11perf scripts python: Add Python 3 support to Util.pyGravatar Jeremy Cline 1-5/+6
2018-07-11perf scripts python: Add Python 3 support to SchedGui.pyGravatar Jeremy Cline 1-1/+1
2018-07-11perf scripts python: Add Python 3 support to Core.pyGravatar Jeremy Cline 1-23/+17
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Gravatar Jeremy Cline 1-14/+15
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Gravatar Ingo Molnar 12-20/+183
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Gravatar Ravi Bangoria 4-4/+23
2018-06-25perf script: Fix crash because of missing evsel->privGravatar Ravi Bangoria 1-0/+14
2018-06-25perf script: Add missing output fields in a hintGravatar Ravi Bangoria 1-2/+3
2018-06-25perf bench: Fix numa report output codeGravatar Jiri Olsa 1-2/+3
2018-06-25perf stat: Remove duplicate event countingGravatar Thomas Richter 1-1/+70
2018-06-25perf alias: Rebuild alias expression string to make it comparableGravatar Thomas Richter 1-1/+24
2018-06-25perf alias: Remove trailing newline when reading sysfs filesGravatar Thomas Richter 1-0/+3
2018-06-25perf tools: Fix a clang 7.0 compilation errorGravatar Yonghong Song 1-2/+9
2018-06-25perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'Gravatar Arnaldo Carvalho de Melo 1-0/+2
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsGravatar Adrian Hunter 1-1/+1
2018-06-25perf tests: Add valid callback for parse-events testGravatar Jiri Olsa 1-2/+15
2018-06-25perf tests: Add event parsing error handling to parse events testGravatar Jiri Olsa 1-3/+5
2018-06-25perf report powerpc: Fix crash if callchain is emptyGravatar Sandipan Das 1-1/+1
2018-06-25perf test session topology: Fix test on s390Gravatar Thomas Richter 1-0/+1
2018-06-25perf record: Support s390 random socket_id assignmentGravatar Thomas Richter 1-1/+9
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-33/+67
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-08perf script: Show hw-cache eventsGravatar Seeteena Thoufeek 1-0/+12
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryGravatar Jiri Olsa 1-5/+5
2018-06-07perf stat: Add event parsing error handling to add_default_attributesGravatar Jiri Olsa 1-4/+6
2018-06-07perf stat: Allow to specify specific metric column lenGravatar Jiri Olsa 1-4/+5
2018-06-07perf stat: Fix metric column header display alignmentGravatar Jiri Olsa 1-8/+9
2018-06-07perf stat: Use only color_fprintf call in print_metric_onlyGravatar Jiri Olsa 1-4/+1
2018-06-07perf stat: Add --interval-clear optionGravatar Jiri Olsa 2-2/+12
2018-06-07perf tools: Fix error index for pmu event parserGravatar Jiri Olsa 1-0/+5
2018-06-07perf hists: Reimplement hists__has_callchains()Gravatar Arnaldo Carvalho de Melo 2-4/+6
2018-06-07perf hists browser gtk: Use hist_entry__has_callchains()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Gravatar Arnaldo Carvalho de Melo 1-1/+1
2018-06-07perf hists: Save the callchain_size in struct hist_entryGravatar Arnaldo Carvalho de Melo 2-2/+6
2018-06-06perf script python: Add dict fields introduction to DocumentationGravatar Jin Yao 1-0/+26
2018-06-06perf script python: Add more PMU fields to event handler dictGravatar Jin Yao 1-1/+226