summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools include uapi x86: Grab a copy of unistd.hArnaldo Carvalho de Melo2017-07-192-0/+18
* perf vendor events: Add POWER9 PVRs to mapfileSukadev Bhattiprolu2017-07-191-0/+3
* perf vendor events: Add POWER9 PMU eventsSukadev Bhattiprolu2017-07-199-0/+3540
* perf pmu-events: Support additional POWER8+ PVR in mapfileShriya2017-07-191-0/+1
* perf trace beauty fcntl: Beautify F_GETOWN and F_SETOWNArnaldo Carvalho de Melo2017-07-191-1/+8
* perf trace beauty: Export the pid beautifier for use in more placesArnaldo Carvalho de Melo2017-07-192-3/+4
* perf trace beauty fcntl: Augment the return of F_DUPFD(_CLOEXEC)Arnaldo Carvalho de Melo2017-07-191-1/+5
* perf trace beauty: Export the fd beautifier for use in more placesArnaldo Carvalho de Melo2017-07-192-7/+4
* perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo2017-07-194-10/+20
* perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return valueArnaldo Carvalho de Melo2017-07-191-2/+14
* perf trace beauty fcntl flags: Beautify F_SETFL argArnaldo Carvalho de Melo2017-07-191-0/+2
* perf trace beauty open flags: Move RDRW to the start of the outputArnaldo Carvalho de Melo2017-07-191-1/+1
* perf trace beauty fcntl: Beautify F_GETFL return valueArnaldo Carvalho de Melo2017-07-191-2/+8
* perf trace beauty open flags: Do not depend on the system's O_LARGEFILE defineArnaldo Carvalho de Melo2017-07-191-0/+3
* perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOWArnaldo Carvalho de Melo2017-07-191-0/+6
* perf trace: Allow syscall_arg beautifiers to set a different return formatterArnaldo Carvalho de Melo2017-07-192-1/+29
* perf beauty open: Detach the syscall_arg agnostic bits from the flags formatterArnaldo Carvalho de Melo2017-07-192-6/+15
* perf trace: Beautify new write hint fcntl commandsArnaldo Carvalho de Melo2017-07-191-0/+1
* perf trace beauty fcntl: Basic 'arg' beautifierArnaldo Carvalho de Melo2017-07-193-1/+23
* tools include uapi asm-generic: Grab a copy of fcntl.hArnaldo Carvalho de Melo2017-07-191-0/+220
* perf trace beauty: Introduce syscall arg beautifier for long integersArnaldo Carvalho de Melo2017-07-192-0/+8
* perf trace beauty: Export the "int" and "hex" syscall arg formattersArnaldo Carvalho de Melo2017-07-192-8/+8
* perf trace beauty: Allow accessing syscall args values in a syscall arg forma...Arnaldo Carvalho de Melo2017-07-192-7/+29
* perf trace beauty: Mask ignored fcntl 'arg' parameterArnaldo Carvalho de Melo2017-07-194-1/+28
* perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'Arnaldo Carvalho de Melo2017-07-191-1/+1
* perf trace beauty: Export the strarrays scnprintf methodArnaldo Carvalho de Melo2017-07-192-4/+5
* tools: Update include/uapi/linux/fcntl.h copy from the kernelArnaldo Carvalho de Melo2017-07-191-0/+21
* perf trace: Beautify linux specific fcntl commandsArnaldo Carvalho de Melo2017-07-191-3/+54
* perf trace: Remove F_ from some of the fcntl command stringsArnaldo Carvalho de Melo2017-07-191-3/+3
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-195-0/+63
* perf annotate: Check for fused instructionsJin Yao2017-07-198-6/+81
* perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
* perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-101-1/+1
* perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
* perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
* Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-052-1/+2
|\
| * perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
| * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-043-4/+273
|\ \
| * | kselftests: timers: Add test for frequency stepMiroslav Lichvar2017-06-212-2/+271
| * | kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar2017-06-211-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-0385-607/+2428
|\ \ \
| * | | perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-304-0/+14
| * | | perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter2017-06-301-0/+14
| * | | perf intel-pt: Update documentation to include new ptwrite and power eventsAdrian Hunter2017-06-301-2/+40
| * | | perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter2017-06-303-0/+144
| * | | perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter2017-06-301-0/+283
| * | | perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter2017-06-301-23/+22
| * | | perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter2017-06-301-8/+16
| * | | perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter2017-06-301-24/+18