summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-061-4/+5
* perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter2018-03-061-6/+9
* perf record: Fix crash in pipe modeJiri Olsa2018-03-051-2/+6
* perf tools: Substitute yet another strtoull()Andy Shevchenko2018-02-151-22/+2Star
* perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-151-2/+4
* perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo2018-02-152-11/+15
* perf mmap: Discard legacy interface for mmap readKan Liang2018-02-152-49/+4Star
* perf mmap: Introduce perf_mmap__read_event()Kan Liang2018-02-152-0/+43
* perf mmap: Introduce perf_mmap__read_done()Kan Liang2018-02-152-0/+12
* perf mmap: Discard 'prev' in perf_mmap__read()Kan Liang2018-02-151-18/+10Star
* perf mmap: Add new return value logic for perf_mmap__read_init()Kan Liang2018-02-151-6/+6
* perf mmap: Introduce perf_mmap__read_init()Kan Liang2018-02-152-10/+29
* perf mmap: Cleanup perf_mmap__push()Kan Liang2018-02-151-1/+1
* perf mmap: Recalculate size for overwrite modeKan Liang2018-02-151-0/+2
* perf evlist: Remove stale mmap read for backwardKan Liang2018-02-152-21/+0Star
* perf record: Fix period option handlingJiri Olsa2018-02-051-3/+8
* perf evsel: Fix period/freq terms setupJiri Olsa2018-02-051-0/+2
* perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo2018-01-254-1/+7
* perf bpf: Remove misplaced __maybe_unused attributeArnaldo Carvalho de Melo2018-01-251-1/+1
* perf tools: Add mechanic to synthesise CoreSight trace packetsMathieu Poirier2018-01-251-0/+168
* perf tools: Add full support for CoreSight trace decodingMathieu Poirier2018-01-251-6/+160
* pert tools: Add queue management functionalityMathieu Poirier2018-01-251-4/+204
* perf tools: Add functionality to communicate with the openCSD decoderMathieu Poirier2018-01-252-0/+69
* perf tools: Add support for decoding CoreSight trace dataMathieu Poirier2018-01-251-0/+119
* perf tools: Add decoder mechanic to support dumping trace dataMathieu Poirier2018-01-255-4/+536
* perf tools: Add processing of coresight metadataTor Jeremiassen2018-01-252-3/+194
* perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier2018-01-254-0/+235
* perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner2018-01-232-2/+2
* perf report: Fix regression when decoding intel_pt tracesMathieu Poirier2018-01-231-2/+2
* perf symbols: Using O_CLOEXEC in do_openWang YanQing2018-01-231-1/+1
* perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo2018-01-232-10/+10
* perf bpf: Don't warn about unavailability of builtin clang, just fallbackArnaldo Carvalho de Melo2018-01-181-1/+1
* perf tools: Use ui__error() for reporting --fields errorsArnaldo Carvalho de Melo2018-01-181-2/+2
* perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter2018-01-184-31/+4Star
* perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__...Adrian Hunter2018-01-181-0/+1
* perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter2018-01-182-13/+4Star
* perf util: Allocate time slices buffer according to number of commaJin Yao2018-01-172-0/+30
* perf util: Support no index time percent sliceJin Yao2018-01-171-0/+36
* perf util: Improve error checking for time percent inputJin Yao2018-01-171-2/+6
* perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwindingArnaldo Carvalho de Melo2018-01-171-3/+13
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-173-6/+15
* perf callchain: Fix attr.sample_max_stack settingArnaldo Carvalho de Melo2018-01-171-4/+4
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-177-0/+773
* perf evsel: Check if callchain is enabled before setting it upArnaldo Carvalho de Melo2018-01-121-3/+11
* perf tools: Fix copyfile_offset update of output offsetJiri Olsa2018-01-121-1/+1
* perf script python: Add script to profile and resolve physical mem typeKan Liang2018-01-121-0/+2
* perf evlist: Remove trailing semicolonLuis de Bethencourt2018-01-121-1/+1
* perf evsel: Fix incorrect handling of type _TERM_DRV_CFGMathieu Poirier2018-01-111-1/+1
* perf tools: Make the tool's warning messages optionalJiri Olsa2018-01-102-2/+5
* perf script: Add support to display lost eventsJiri Olsa2018-01-101-0/+8