summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-04-05tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo1-4/+108
2018-04-05perf report: Remove duplicated 'samples' in lost samples warningArnaldo Carvalho de Melo1-1/+1
2018-04-05perf ui browser: Fixup cleaning unused lines at the bottomArnaldo Carvalho de Melo1-2/+2
2018-04-05perf annotate browser: Fixup vertical line separating metrics from instructionsArnaldo Carvalho de Melo1-1/+1
2018-04-05perf annotate: Show group details on the title lineArnaldo Carvalho de Melo1-2/+5
2018-04-05perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter1-30/+24
2018-04-04Merge tag 'perf-core-for-mingo-4.17-20180403' of git://git.kernel.org/pub/scm...Ingo Molnar22-116/+418
2018-04-03perf trace: Remove redundant ')'Changbin Du1-1/+1
2018-04-03perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo1-7/+3
2018-04-03perf annotate browser: Show extra title line with event informationArnaldo Carvalho de Melo1-4/+27
2018-04-03perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2-0/+50
2018-04-03perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo3-20/+33
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo2-79/+81
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2-4/+17
2018-04-03perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo1-5/+3
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds16-146/+3
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds177-1920/+8122
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds40-0/+4234
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-43/+44
2018-04-02perf version: Add man pageJin Yao1-0/+24
2018-04-02perf tools: Add 'perf -vv' as an alias to 'perf version --build-options'Jin Yao2-0/+7
2018-04-02perf version: Print the compiled-in status of librariesJin Yao1-1/+81
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao2-2/+2
2018-04-02perf config: Add some new -DHAVE_XXX to CFLAGSJin Yao1-0/+6
2018-04-02tools include: Add config.h header fileJiri Olsa1-0/+34
2018-04-02perf trace: Show only failing syscallsArnaldo Carvalho de Melo2-3/+9
2018-04-02tools headers: Synchronize x86's cpufeatures.hArnaldo Carvalho de Melo1-0/+2
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips5-0/+48
2018-03-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar6-6/+224
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar5-2/+196
2018-03-27perf vendor events s390: Add JSON files for IBM z14Thomas Richter4-0/+469
2018-03-27perf vendor events s390: Add JSON files for IBM z13Thomas Richter4-0/+511
2018-03-27perf vendor events s390: Add JSON files for IBM zEC12 zBC12Thomas Richter4-0/+385
2018-03-27perf vendor events s390: Add JSON files for IBM z196Thomas Richter4-0/+319
2018-03-27perf vendor events s390: Add JSON files for IBM z10EC z10BCThomas Richter4-0/+284
2018-03-27perf mmap: Be consistent when checking for an unmaped ring bufferArnaldo Carvalho de Melo1-1/+12
2018-03-27perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang1-0/+6
2018-03-27perf build: Fix check-headers.sh opts assignmentJiri Olsa1-0/+1
2018-03-27objtool: Add Clang supportJosh Poimboeuf1-0/+11
2018-03-26ktest: remove obsolete architecturesArnd Bergmann1-30/+1
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+6
2018-03-24tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski1-1/+1
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+186
2018-03-23perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo1-3/+2
2018-03-23perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo1-1/+2
2018-03-23perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2-7/+22
2018-03-23perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo3-9/+16
2018-03-23perf python: Reference Py_None before returning itPetr Machata1-1/+3