summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2018-07-03perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter
2018-07-03perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter
2018-07-03perf intel-pt: Fix MTC timing after overflowAdrian Hunter
2018-07-03perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter
2018-07-03perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter
2018-07-03perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter
2018-06-05perf/tools: header file sync upGreg Kroah-Hartman
2018-06-05tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo
2018-06-05tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo
2018-06-05tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo
2018-06-05perf tools: Move headers check into bash scriptJiri Olsa
2018-06-05perf tools: Force fixdep compilation at the start of the buildJiri Olsa
2018-06-05tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo
2018-06-05tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo
2018-06-05tools lib: Add for_each_clear_bit macroJiri Olsa
2018-05-30perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa
2018-05-30perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa
2018-05-30perf stat: Fix core dump when flag T is usedThomas Richter
2018-05-30perf top: Fix top.call-graph config option readingYisheng Xie
2018-05-30perf record: Fix failed memory allocation for get_cpuid_strThomas Richter
2018-05-30perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo
2018-04-29Revert "perf tools: Decompress kernel module when reading DSO data"Greg Kroah-Hartman
2018-04-20Revert "perf tests: Decompress kernel module before objdump"Greg Kroah-Hartman
2018-04-20perf intel-pt: Fix timestamp following overflowAdrian Hunter
2018-04-20perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter
2018-04-20perf intel-pt: Fix sync_switchAdrian Hunter
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