summaryrefslogtreecommitdiff
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter2018-11-273-5/+106
* perf machine: Add nr_cpus_avail()Adrian Hunter2018-11-274-0/+20
* perf tools: Fix kernel_start for PTI on x86Adrian Hunter2018-11-271-1/+6
* perf machine: Add machine__is() to identify machine archAdrian Hunter2018-11-274-0/+33
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* 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 python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-11-041-1/+1
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-10-183-4/+4
* perf utils: Move is_directory() to path.hJiri Olsa2018-10-132-0/+17
* perf tools: Fix python extension build for gcc 8Jiri Olsa2018-10-131-0/+2
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-10-131-5/+12
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-10-101-1/+1
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-10-101-2/+3
* perf tools: Fix struct comm_str removal crashJiri Olsa2018-09-261-5/+11
* perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa2018-09-261-1/+1
* perf evlist: Fix error out while applying initial delay and LBRKan Liang2018-09-191-0/+14
* perf tools: Check for null when copying nsinfo.Benno Evers2018-09-151-0/+3
* perf auxtrace: Fix queue resizeAdrian Hunter2018-09-091-0/+3
* perf script python: Fix dict reference countingJanne Huttunen2018-08-241-6/+2
* perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-08-241-3/+3
* perf tools: Fix a clang 7.0 compilation errorYonghong Song2018-08-241-2/+9
* perf record: Support s390 random socket_id assignmentThomas Richter2018-08-241-1/+9
* perf tools: Fix error index for pmu event parserJiri Olsa2018-08-241-0/+5
* perf tools: Fix pmu events parsing ruleJiri Olsa2018-08-031-1/+13
* perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing2018-07-081-3/+3
* 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 report: Fix switching to another perf.data fileArnaldo Carvalho de Melo2018-06-211-5/+3
* Revert "perf record: Fix crash in pipe mode"Greg Kroah-Hartman2018-05-301-6/+2
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-05-302-4/+1
* perf clang: Add support for recent clang versionsSandipan Das2018-05-301-1/+10
* perf record: Fix crash in pipe modeJiri Olsa2018-05-301-2/+6
* perf evsel: Fix period/freq terms setupJiri Olsa2018-04-261-0/+2
* perf record: Fix period option handlingJiri Olsa2018-04-261-3/+8
* perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo2018-04-261-4/+4
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-04-263-6/+15
* perf intel-pt: Fix timestamp following overflowAdrian Hunter2018-04-191-0/+1
* perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter2018-04-191-0/+1
* perf intel-pt: Fix sync_switchAdrian Hunter2018-04-191-7/+25
* perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2018-04-193-35/+34
* perf tools: Fix copyfile_offset update of output offsetJiri Olsa2018-04-121-1/+1