summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada
2018-02-19perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter
2018-02-16perf trace powerpc: Use generated syscall tableRavi Bangoria
2018-02-16perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa
2018-02-16perf inject: Emit instruction records on ETM trace discontinuityRobert Walker
2018-02-16perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker
2018-02-16perf tools: Use target->per_thread and target->system_wide flagsJin Yao
2018-02-16perf cs-etm: Freeing allocated memoryMathieu Poirier
2018-02-16perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa
2018-02-16perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa
2018-02-16perf machine: Free root_dir in machine__init() error pathJiri Olsa
2018-02-16perf symbols: Check if we read regular file in dso__load()Jiri Olsa
2018-02-16perf stat: Add support to print counts after a period of timeyuzhoujian
2018-02-16perf stat: Add support to print counts for fixed timesyuzhoujian
2018-02-16perf tools: Fix comment for sort__* compare functionsJiri Olsa
2018-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang
2018-02-15perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo
2018-02-15perf mmap: Discard legacy interface for mmap readKan Liang
2018-02-15perf mmap: Introduce perf_mmap__read_event()Kan Liang
2018-02-15perf mmap: Introduce perf_mmap__read_done()Kan Liang
2018-02-15perf mmap: Discard 'prev' in perf_mmap__read()Kan Liang
2018-02-15perf mmap: Add new return value logic for perf_mmap__read_init()Kan Liang
2018-02-15perf mmap: Introduce perf_mmap__read_init()Kan Liang
2018-02-15perf mmap: Cleanup perf_mmap__push()Kan Liang
2018-02-15perf mmap: Recalculate size for overwrite modeKan Liang
2018-02-15perf evlist: Remove stale mmap read for backwardKan Liang
2018-02-05perf record: Fix period option handlingJiri Olsa
2018-02-05perf evsel: Fix period/freq terms setupJiri Olsa
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo
2018-01-25perf bpf: Remove misplaced __maybe_unused attributeArnaldo Carvalho de Melo
2018-01-25perf tools: Add mechanic to synthesise CoreSight trace packetsMathieu Poirier
2018-01-25perf tools: Add full support for CoreSight trace decodingMathieu Poirier
2018-01-25pert tools: Add queue management functionalityMathieu Poirier
2018-01-25perf tools: Add functionality to communicate with the openCSD decoderMathieu Poirier
2018-01-25perf tools: Add support for decoding CoreSight trace dataMathieu Poirier
2018-01-25perf tools: Add decoder mechanic to support dumping trace dataMathieu Poirier
2018-01-25perf tools: Add processing of coresight metadataTor Jeremiassen
2018-01-25perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier
2018-01-23perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner
2018-01-23perf report: Fix regression when decoding intel_pt tracesMathieu Poirier
2018-01-23perf symbols: Using O_CLOEXEC in do_openWang YanQing
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo
2018-01-18perf bpf: Don't warn about unavailability of builtin clang, just fallbackArnaldo Carvalho de Melo
2018-01-18perf tools: Use ui__error() for reporting --fields errorsArnaldo Carvalho de Melo
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter