summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf script: Add support to display sample misc fieldJiri Olsa2018-01-082-0/+2
* perf tools: Display perf_event_attr::namespaces debug infoJiri Olsa2018-01-081-0/+1
* perf tools: Create function to perform multiple time range checkingJin Yao2018-01-082-0/+31
* perf tools: Create function to parse time percentJin Yao2018-01-082-12/+196
* perf header: Add infrastructure to record first and last sample timeJin Yao2018-01-083-0/+63
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-086-15/+22
* perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2017-12-271-2/+45
* perf evsel: Fix swap for samples with raw dataJiri Olsa2017-12-272-3/+18
* perf probe: Support escaped character in parserMasami Hiramatsu2017-12-271-23/+35
* perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu2017-12-272-0/+48
* perf probe: Find versioned symbols from mapMasami Hiramatsu2017-12-273-2/+24
* perf probe: Add __return suffix for return eventsMasami Hiramatsu2017-12-271-4/+5
* perf probe: Cut off the version suffix from event nameMasami Hiramatsu2017-12-271-2/+2
* perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu2017-12-271-0/+8
* perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-274-18/+51