aboutsummaryrefslogtreecommitdiff
tag nameperf-core-for-mingo-20161024 (4e76438d4e1bc709c56091234251aab5fa77e1fa)
tag date2016-10-24 11:36:15 -0300
tagged byArnaldo Carvalho de Melo <acme@redhat.com>
tagged objectcommit 04b553ad7d...
perf/core improvements and fixes:
New features: - Dynamicly change verbosity level by pressing 'V' in the 'perf top/report' hists TUI browser (Alexis Berlemont) - Implement 'perf trace --delay' in the same fashion as in 'perf record --delay', to skip sampling workload initialization events (Alexis Berlemont) - Make vendor named events case insensitive in 'perf list', i.e. 'perf list LONGEST_LAT' works just the same as 'perf list longest_lat' (Andi Kleen) - Show instruction bytes and lenght in 'perf script' for Intel PT and BTS (Andi Kleen, Adrian Hunter) E.g: % perf record -e intel_pt// foo % perf script --itrace=i0ns -F ip,insn,insnlen ffffffff8101232f ilen: 5 insn: 0f 1f 44 00 00 ffffffff81012334 ilen: 1 insn: 5b ffffffff81012335 ilen: 1 insn: 5d ffffffff81012336 ilen: 1 insn: c3 ffffffff810123e3 ilen: 1 insn: 5b ffffffff810123e4 ilen: 2 insn: 41 5c ffffffff810123e6 ilen: 1 insn: 5d ffffffff810123e7 ilen: 1 insn: c3 ffffffff810124a6 ilen: 2 insn: 31 c0 ffffffff810124a8 ilen: 9 insn: 41 83 bc 24 a8 01 00 00 01 ffffffff810124b1 ilen: 2 insn: 75 87 - Allow enabling the perf_event_attr.branch_type attribute member: (Andi Kleen) perf record -e sched:sched_switch,cpu/cpu-cycles,branch_type=any/ ... - Add unwinding support for jitdump (Stefano Sanfilippo) Fixes: - Use raw_syscall:sys_enter timestamp in 'perf trace' (Arnaldo Carvalho de Melo) Infrastructure: - Allow jitdump to be built without libdwarf (Maciej Debski) - Sync x86's syscall table tools/ copy (Arnaldo Carvalho de Melo) - Fixes to avoid calling die() in library fuctions already propagating other errors (Arnaldo Carvalho de Melo) - Improvements to allow libtraceevent to be properly installed in distro packages (Jiri Olsa) - Removing coresight miscellaneous debug output (Mathieu Poirier) - Cache align the 'perf bench futex' worker struct (Sebastian Andrzej Siewior) Documentation: - Minor improvements on the documentation of event parameters (Andi Kleen) - Add jitdump format specification document (Stephane Eranian) Spelling fixes: - Fix typo "No enough" to "Not enough" (Alexander Alemayhu) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJYDhxqAAoJENZQFvNTUqpAuMAP/0/EUloG1Gw6ywhQxbqXXVSn SXC4V5Xeb2zVFz0UHY7wBx4iRJYV+Ro9lTbJYrjQ/2sPURzn1SAKf21htVhXWmwS KEXA5oHawfLfm8EfCqs0zLD+gIG1JMZEmvsAbK7oY2BEWRuiXXRBxrVC+XxOHwQ+ ZB8TpMmVRAxuUbOrKqM8QcD2gDR/6yGQ6OG6SfF7OhSz45zsKl4Wkr0zpvlrwtRL B+EyFWbDxM5r7KkBoaGWhJYGtbbpKO5FgsKV5jWQ3TK2S82RsdQ2we2KyCOJmsPa 7Arb3V0T+DNixI2nW+6kF5kDZ1LTEVBHenNPSP0t6XSHT7pEy+P5ageAde9LM+Mk b/pol0sRjtvp5LPRNhOSg+vSqerbEM+4tQdh1oo8F1y2M6fPwwTTe8v2nsrdeNG4 /87n+XgNx0toZmHkBzjFV2tf1D9Jw19s7h/EYLrErD1o+o4Qi3Up2Eax8a7sRrhz U44OU1ln6/RaONByIZ3Odt3+6+bK4cmZen+12aEMb/C7m2HNvsJ5z+P4azxmXogF pjMCb3DqPPY/ocUXMa8T0Yzbbm0i23Tdz/Ml+S/dDH8Qr09AjfFHBTNN81Rt3NPd nwd+e1WRPBO3iTsnwmhdjH35H2kdagKnABdypxdKhqL1Uc4L+PIoWT3WTBYvxemO zoZOtNc1vtRXvc21xFAa =MrhF -----END PGP SIGNATURE-----