summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * perf trace: Beautify mode_t argumentsArnaldo Carvalho de Melo2016-04-082-0/+71
| * perf script: Process event update eventsJiri Olsa2016-04-081-0/+1
| * perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa2016-04-082-16/+15
| * perf tools: Introduce trim functionJiri Olsa2016-04-073-4/+7
| * perf trace: Beautify pid_t argumentsArnaldo Carvalho de Melo2016-04-062-53/+75
| * perf trace: Beautify set_tid_address, getpid, getppid return valuesArnaldo Carvalho de Melo2016-04-061-0/+3
| * perf trace: Infrastructure to show COMM strings for syscalls returning PIDsArnaldo Carvalho de Melo2016-04-061-4/+15
| * perf trace: Beautify wait4/waitid 'options' argumentArnaldo Carvalho de Melo2016-04-062-0/+31
| * perf trace: Beautify sched_setscheduler 'policy' argumentArnaldo Carvalho de Melo2016-04-062-0/+48
| * perf list: Document event specifications betterAndi Kleen2016-04-061-1/+106
| * perf tools: Remove superfluous ARCH Makefile includesJiri Olsa2016-04-062-5/+0
| * perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo2016-04-061-9/+21
| * perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo2016-04-062-0/+15
| * perf config: Fix build with older toolchain.Vinson Lee2016-04-061-3/+3
* | Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-132-23/+32
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-039-23/+37
| |\
| * \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2475-731/+370
| |\ \
| * \ \ Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-3/+3
| |\ \ \
| | * | | x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
| * | | | mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-151-1/+1
| * | | | tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-151-19/+28
* | | | | perf bpf: Add sample types for 'bpf-output' eventWang Nan2016-04-011-1/+2
* | | | | perf trace: Don't set the base timestamp using events without PERF_SAMPLE_TIMEArnaldo Carvalho de Melo2016-04-011-2/+11
* | | | | perf trace: Introduce function to set the base timestampArnaldo Carvalho de Melo2016-04-011-5/+11
* | | | | perf tools: Fix PMU term format max value calculationKan Liang2016-04-011-7/+6
* | | | | perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMPAdrian Hunter2016-04-012-0/+10
* | | | | perf jit: Add support for using TSC as a timestampAdrian Hunter2016-04-017-28/+87
* | | | | perf tools: Add time conversion eventAdrian Hunter2016-03-319-0/+75
* | | | | perf trace: Pretty print getrandom() argsArnaldo Carvalho de Melo2016-03-311-0/+26
* | | | | perf trace: Pretty print seccomp() argsArnaldo Carvalho de Melo2016-03-311-0/+47
* | | | | perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo2016-03-311-0/+1
* | | | | Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-3121-55/+448
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perf tools: Add support for skipping itrace instructionsAndi Kleen2016-03-306-2/+49
| * | | | perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan2016-03-301-8/+106
| * | | | perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song2016-03-301-3/+4
| * | | | perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song2016-03-301-32/+18
| * | | | perf config: Remove duplicated set_buildid_dir callsTaeung Song2016-03-301-2/+1
| * | | | perf tests: Add test to check for event timesJiri Olsa2016-03-304-0/+242
| * | | | perf tools: Make -f/--force option documentation consistent across toolsJiri Olsa2016-03-304-3/+7
| * | | | perf tools: Make hists__collapse_insert_entry staticJiri Olsa2016-03-302-4/+3
| * | | | perf mem: Add -U/-K (--all-user/--all-kernel) optionsJiri Olsa2016-03-302-1/+18
* | | | | perf jit: genelf makes assumptions about endianAnton Blanchard2016-03-301-14/+10
* | | | | perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
|/ / / /
* | | | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-294-7/+22
* | | | perf tools: Fix build break on powerpcSukadev Bhattiprolu2016-03-281-0/+2
* | | | perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo2016-03-241-0/+1
* | | | perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo2016-03-241-1/+1
| |_|/ |/| |
* | | perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-231-3/+4
* | | perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-234-44/+12
* | | perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2016-03-232-7/+9
OpenPOWER on IntegriCloud