summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma2018-11-131-2/+8
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-11-131-0/+2
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-11-131-1/+4
* perf cpu_map: Align cpu map synthesized events properly.David Miller2018-11-131-0/+1
* Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa2018-11-131-6/+7
* perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-11-101-2/+2
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-11-101-2/+2
* perf probe: Fix probe definition for inlined functionsBjörn Töpel2018-11-101-1/+1
* perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2018-11-102-1/+13
* perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2018-11-101-1/+11
* perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-10-181-0/+9
* perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-10-101-1/+3
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-10-101-2/+3
* perf powerpc: Fix callchain ip filteringSandipan Das2018-09-261-1/+1
* perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-09-261-2/+6
* perf test: Fix subtest number when showing resultsThomas Richter2018-09-261-1/+1
* perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy2018-09-191-0/+2
* perf probe powerpc: Fix trace event post-processingSandipan Das2018-09-151-1/+3
* perf auxtrace: Fix queue resizeAdrian Hunter2018-09-091-0/+3
* perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-08-241-3/+3
* perf bench: Fix numa report output codeJiri Olsa2018-08-241-2/+3
* perf report powerpc: Fix crash if callchain is emptySandipan Das2018-08-241-1/+1
* perf test session topology: Fix test on s390Thomas Richter2018-08-241-0/+1
* perf tools: Fix pmu events parsing ruleJiri Olsa2018-08-031-1/+13
* perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-07-031-1/+1
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-07-033-2/+28
* perf intel-pt: Fix MTC timing after overflowAdrian Hunter2018-07-031-1/+0
* perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter2018-07-031-1/+4
* perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter2018-07-031-0/+1
* perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter2018-07-031-0/+2
* perf/tools: header file sync upGreg Kroah-Hartman2018-06-051-2/+5
* tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo2018-06-051-2/+0
* tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo2018-06-051-0/+1
* tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo2018-06-052-0/+4
* perf tools: Move headers check into bash scriptJiri Olsa2018-06-052-93/+60
* perf tools: Force fixdep compilation at the start of the buildJiri Olsa2018-06-051-12/+38
* tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo2018-06-051-0/+1
* tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2018-06-051-0/+1
* tools lib: Add for_each_clear_bit macroJiri Olsa2018-06-051-0/+1
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-05-302-4/+1
* perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa2018-05-301-1/+1
* perf stat: Fix core dump when flag T is usedThomas Richter2018-05-301-2/+7
* perf top: Fix top.call-graph config option readingYisheng Xie2018-05-301-2/+4
* perf record: Fix failed memory allocation for get_cpuid_strThomas Richter2018-05-301-1/+1
* perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo2018-05-301-4/+4
* Revert "perf tools: Decompress kernel module when reading DSO data"Greg Kroah-Hartman2018-04-291-16/+0
* Revert "perf tests: Decompress kernel module before objdump"Greg Kroah-Hartman2018-04-201-19/+1
* perf intel-pt: Fix timestamp following overflowAdrian Hunter2018-04-201-0/+1
* perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter2018-04-201-0/+1
* perf intel-pt: Fix sync_switchAdrian Hunter2018-04-201-7/+25