summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools beauty ioctl: Support new ISO7816 commandsArnaldo Carvalho de Melo2018-11-191-0/+1
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-11-192-2/+16
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2018-11-194-0/+28
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-11-122-2/+2
* Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s...Ingo Molnar2018-11-0618-55/+753
|\
| * perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-062-2/+0Star
| * perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-051-11/+38
| * perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headersArnaldo Carvalho de Melo2018-11-051-1/+1
| * perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter2018-11-051-0/+4
| * perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-053-3/+19
| * perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Adrian Hunter2018-11-051-1/+3
| * perf scripts python: exported-sql-viewer.py: Add help windowAdrian Hunter2018-11-051-1/+154
| * perf scripts python: exported-sql-viewer.py: Add Selected branches reportAdrian Hunter2018-11-051-0/+327
| * perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Adrian Hunter2018-11-051-1/+6
| * perf top: Display the LBR stats in callchain entryJin Yao2018-11-051-0/+3
| * perf stat: Handle different PMU names with common prefixThomas Richter2018-11-051-1/+1
| * perf record: Support weak groupsAndi Kleen2018-11-052-2/+6
| * perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen2018-11-053-27/+31
| * perf augmented_syscalls: Start collecting pathnames in the BPF programArnaldo Carvalho de Melo2018-11-051-0/+72
| * perf trace: Fix setting of augmented payload when using eBPF + raw_syscallsArnaldo Carvalho de Melo2018-11-031-7/+30
| * perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit tooArnaldo Carvalho de Melo2018-11-011-1/+2
| * perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}Arnaldo Carvalho de Melo2018-11-011-0/+59
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-0486-531/+3165
|\|
| * perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-312-14/+25
| * perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-313-12/+40
| * perf tools: Don't clone maps from parent when synthesizing forksDavid Miller2018-10-314-10/+25
| * perf top: Start display thread earlierDavid Miller2018-10-311-5/+5
| * perf trace beauty: Use the mmap flags table generated from headersArnaldo Carvalho de Melo2018-10-311-37/+11Star
| * perf beauty: Wire up the mmap flags table generator to the MakefileArnaldo Carvalho de Melo2018-10-311-0/+11
| * perf beauty: Add a generator for MAP_ mmap's flag constantsArnaldo Carvalho de Melo2018-10-311-0/+32
| * perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-10-311-1/+34
| * perf cs-etm: Correct CPU mode for samplesLeo Yan2018-10-311-9/+30
| * perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-10-311-2/+2
| * perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo2018-10-312-5/+17
| * perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo2018-10-302-0/+7
| * perf trace: Beautify mount's first pathname argArnaldo Carvalho de Melo2018-10-301-1/+2
| * perf trace: Beautify the umount's 'name' argumentArnaldo Carvalho de Melo2018-10-301-1/+2
| * perf trace: Consider syscall aliases tooArnaldo Carvalho de Melo2018-10-301-1/+21
| * perf trace beauty: Beautify mount/umount's 'flags' argumentArnaldo Carvalho de Melo2018-10-305-0/+61
| * perf trace beauty: Allow syscalls to mask an argument before considering itArnaldo Carvalho de Melo2018-10-301-0/+19
| * perf beauty: Introduce strarray__scnprintf_flags()Arnaldo Carvalho de Melo2018-10-302-11/+17
| * perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo2018-10-3035-31/+36
| * perf beauty: Add a generator for MS_ mount/umount's flag constantsArnaldo Carvalho de Melo2018-10-301-0/+15
| * tools include uapi: Grab a copy of linux/fs.hArnaldo Carvalho de Melo2018-10-301-0/+1
| * Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar2018-10-292-13/+3Star
| |\
| * | perf script: Support total cycles countAndi Kleen2018-10-241-4/+7
| * | perf script: Implement --graph-functionAndi Kleen2018-10-244-19/+86
| * | tools script: Add --call-trace and --call-ret-traceAndi Kleen2018-10-242-0/+31
| * | perf script: Make itrace script default to all callsAndi Kleen2018-10-247-13/+30
| * | perf script: Add --insn-trace for instruction decodingAndi Kleen2018-10-243-0/+49