aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2018-04-20perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter
2018-04-13perf tools: Fix copyfile_offset update of output offsetJiri Olsa
2018-04-13perf tests: Decompress kernel module before objdumpNamhyung Kim
2018-04-13perf tools: Decompress kernel module when reading DSO dataNamhyung Kim
2018-04-13perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff
2018-04-13perf header: Set proper module name when build-id event foundNamhyung Kim
2018-04-13perf trace: Add mmap alias for s390Jiri Olsa
2018-04-13perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu
2018-04-13perf report: Fix off-by-one for non-activation framesMilian Wolff
2018-03-28perf stat: Fix CVS output format for non-supported countersIlya Pronin
2018-03-24perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips
2018-03-22perf stat: Fix bug in handling events in error stateStephane Eranian
2018-03-22perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros
2018-03-22perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros
2018-03-22perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao
2018-03-22perf trace: Handle unpaired raw_syscalls:sys_exit eventArnaldo Carvalho de Melo
2018-03-22perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala
2018-03-22perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song
2018-03-22perf probe: Return errno when not hitting any eventKefeng Wang
2018-03-22perf probe: Fix concat_probe_trace_eventsRavi Bangoria
2018-03-22perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian
2018-03-22perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du
2018-03-22perf stat: Issue a HW watchdog disable hintBorislav Petkov
2018-03-18perf tools: Fix trigger class trigger_on()Adrian Hunter
2018-02-25perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran
2018-02-25perf top: Fix window dimensions change handlingJiri Olsa
2018-01-23perf tools: Fix build with ARCH=x86_64Jiada Wang
2017-12-20perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann
2017-12-09perf test attr: Fix ignored test case resultThomas Richter
2017-11-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song
2017-08-30perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu
2017-08-06perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo
2017-08-06perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo
2017-08-06perf probe: Fix to get correct modname from elf headerMasami Hiramatsu
2017-07-27perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao
2017-07-27perf intel-pt: Clear FUP flag on errorAdrian Hunter
2017-07-27perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter
2017-07-27perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter
2017-07-27perf intel-pt: Fix last_ip usageAdrian Hunter
2017-07-27perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter
2017-07-27perf intel-pt: Fix missing stack clearAdrian Hunter
2017-07-27perf intel-pt: Improve sample timestampAdrian Hunter
2017-07-27perf intel-pt: Move decoder error setting into one conditionAdrian Hunter
2017-07-15perf probe: Add error checks to offline probe post-processingMasami Hiramatsu
2017-07-15perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu
2017-07-15perf scripting perl: Fix compile error with some perl5 versionsWang YanQing
2017-07-15perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo
2017-07-15perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo
2017-07-15perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo
2017-07-15perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo