summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo
2018-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-13tools: build: Fixup host c flagsLaura Abbott
2018-07-11perf tools: Use python-config --includes rather than --cflagsJeremy Cline
2018-07-11perf script python: Fix dict reference countingJanne Huttunen
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips
2018-07-11perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to Util.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline
2018-07-11perf scripts python: Add Python 3 support to Core.pyJeremy Cline
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria
2018-06-25perf bench: Fix numa report output codeJiri Olsa
2018-06-25perf stat: Remove duplicate event countingThomas Richter
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter
2018-06-25perf tools: Fix a clang 7.0 compilation errorYonghong Song
2018-06-25perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'Arnaldo Carvalho de Melo
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter
2018-06-25perf tests: Add valid callback for parse-events testJiri Olsa
2018-06-25perf tests: Add event parsing error handling to parse events testJiri Olsa
2018-06-25perf report powerpc: Fix crash if callchain is emptySandipan Das
2018-06-25perf test session topology: Fix test on s390Thomas Richter
2018-06-25perf record: Support s390 random socket_id assignmentThomas Richter
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-08perf script: Show hw-cache eventsSeeteena Thoufeek
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa
2018-06-07perf stat: Add event parsing error handling to add_default_attributesJiri Olsa
2018-06-07perf stat: Allow to specify specific metric column lenJiri Olsa
2018-06-07perf stat: Fix metric column header display alignmentJiri Olsa
2018-06-07perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa
2018-06-07perf stat: Add --interval-clear optionJiri Olsa
2018-06-07perf tools: Fix error index for pmu event parserJiri Olsa
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo
2018-06-07perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo
2018-06-06perf script python: Add dict fields introduction to DocumentationJin Yao
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao