summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2019-02-063-12/+31
| * perf cs-etm: Add exception number in exception packetLeo Yan2019-02-062-4/+17
| * perf cs-etm: Set sample flags for trace discontinuityLeo Yan2019-02-061-0/+19
| * perf cs-etm: Set sample flags for instruction range packetLeo Yan2019-02-063-2/+91
| * perf cs-etm: Add last instruction information in packetLeo Yan2019-02-062-0/+12
| * perf tools: Add documentation for BPF event selectionChangbin Du2019-02-062-0/+45
| * perf report: Move symbol annotation to the resort phaseJiri Olsa2019-02-062-9/+19
| * perf evsel: Add output_resort_cb methodJiri Olsa2019-02-062-2/+10
| * perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2019-02-063-10/+11
| * perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-061-1/+1
| * perf record: Apply affinity masks when reading mmap buffersAlexey Budankov2019-02-064-1/+53
| * perf tools: Add fallback versions for CPU_{OR,EQUAL}()Arnaldo Carvalho de Melo2019-02-061-0/+50
| * perf record: Bind the AIO user space buffers to nodesAlexey Budankov2019-02-062-4/+78
| * perf record: Allocate affinity masksAlexey Budankov2019-02-066-6/+28
| * perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-067-138/+0
| * perf coresight: Remove set_drv_config() APIMathieu Poirier2019-02-063-59/+0
| * perf arm cs-etm: Use event attributes to send sink information to kernelMathieu Poirier2019-02-061-0/+44
| * perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header fileMathieu Poirier2019-02-062-2/+1
| * perf bpf-loader: Remove unecessary includes from bpf-loader.hArnaldo Carvalho de Melo2019-02-062-4/+4
| * perf powerpc kvm-stat: Add missing evlist.h headerArnaldo Carvalho de Melo2019-02-061-0/+1
| * perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo2019-02-064-3/+7
| * perf pmu: Remove needless evsel.h include, only needs one fwd declArnaldo Carvalho de Melo2019-02-061-1/+2
| * perf tests pmu: Add missing headersArnaldo Carvalho de Melo2019-02-061-0/+2
| * perf hist: Remove the needless callchain.h include from hist.hArnaldo Carvalho de Melo2019-02-061-1/+2
| * perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-066-0/+6
| * perf thread: Don't include symbol.h, symbol_conf.h is enoughArnaldo Carvalho de Melo2019-02-061-1/+4
| * perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enoughArnaldo Carvalho de Melo2019-02-061-1/+1
| * perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-0616-0/+16
| * perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-064-1/+5
| * perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo2019-02-062-0/+3
| * perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-0611-87/+106
| * pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-0635-0/+35
| * perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-065-15/+27
| * perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-064-15/+20
| * perf srccode: Move struct definition from map.h to srccode.hArnaldo Carvalho de Melo2019-02-063-13/+15
| * perf arm pmu: Add missing linux/string.h headerArnaldo Carvalho de Melo2019-02-061-0/+1
| * perf powerpc: Add missing headers to skip-callchain-idx.cArnaldo Carvalho de Melo2019-02-061-0/+3
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-099-16/+68
|\ \ | |/ |/|
| * perf script python: Add Python3 support to tests/attr.pyTony Jones2019-02-051-13/+19
| * perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo2019-02-041-7/+18
| * perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-02-041-1/+8
| * perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo2019-02-041-0/+14
| * perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-041-1/+1
| * perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria2019-02-045-6/+26
| * perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-041-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-046-17/+29
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-035-16/+28
| |\
| | * perf script: Fix crash when processing recorded stat dataTony Jones2019-01-211-5/+2
| | * perf top: Fix wrong hottest instruction highlightedHe Kuang2019-01-211-6/+10
| | * perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-01-211-2/+9