summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf inject: Emit instruction records on ETM trace discontinuityRobert Walker2018-02-163-23/+67
* | perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker2018-02-163-64/+436
* | perf tools: Use target->per_thread and target->system_wide flagsJin Yao2018-02-163-4/+23
* | perf cs-etm: Freeing allocated memoryMathieu Poirier2018-02-161-0/+6
* | perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa2018-02-161-11/+0
* | perf machine: Remove machine__load_kallsyms()Jiri Olsa2018-02-162-12/+4
* | perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-162-30/+26
* | perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa2018-02-161-6/+7
* | perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-165-49/+39
* | perf machine: Free root_dir in machine__init() error pathJiri Olsa2018-02-161-1/+7
* | perf symbols: Check if we read regular file in dso__load()Jiri Olsa2018-02-161-6/+4
* | perf stat: Add support to print counts after a period of timeyuzhoujian2018-02-161-0/+1
* | perf stat: Add support to print counts for fixed timesyuzhoujian2018-02-161-0/+1
* | perf tools: Fix comment for sort__* compare functionsJiri Olsa2018-02-161-2/+5
|/
* perf tools: Substitute yet another strtoull()Andy Shevchenko2018-02-151-22/+2
* 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/+4
* 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/+10
* 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/+0
* 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/+4
* 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/+4
* 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