summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-182-1/+2
* perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
* perf tools: Fix up build in hardened environmentsJiri Olsa2017-12-181-4/+3
* perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-12-181-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-2/+11
|\
| * x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
* | tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland2017-12-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-083-3/+31
|\ \
| * | perf s390: add regs_query_register_offset()Hendrik Brueckner2017-12-053-3/+31
* | | tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar2017-12-061-1/+1
* | | Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar2017-12-068-15/+354
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-177-13/+354
| |\ \
| | * | s390/perf: add perf register support for floating-point registersHendrik Brueckner2017-11-162-1/+51
| | * | s390/perf: define common DWARF register string tableHendrik Brueckner2017-11-163-21/+80
| | * | s390/perf: add support for perf_regs and libdwHeiko Carstens2017-11-165-1/+113
| | * | s390/perf: add callback to perf to enable using AUX bufferPu Hou2017-11-162-0/+120
| | |/
| * | mm: remove __GFP_COLDMel Gorman2017-11-151-1/+0
| * | kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
| |/
* | tools headers: Syncronize mman.h ABI headerArnaldo Carvalho de Melo2017-11-281-0/+3
* | perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter2017-11-281-0/+10
* | perf test: Fix test 21 for s390xThomas Richter2017-11-281-0/+4
* | perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran2017-11-281-5/+51
* | perf top: Use signal interface for SIGWINCH handlerJiri Olsa2017-11-281-12/+3
* | perf top: Fix window dimensions change handlingJiri Olsa2017-11-281-3/+12
* | perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo2017-11-281-3/+5
* | perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo2017-11-281-12/+14
* | perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo2017-11-281-0/+3
* | perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo2017-11-282-0/+14
* | perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter2017-11-281-2/+5
* | perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter2017-11-281-2/+4
* | perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria2017-11-281-9/+9
* | perf help: Fix a bug during strstart() conversionNamhyung Kim2017-11-281-2/+2
* | perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo2017-11-281-0/+3
* | perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo2017-11-281-1/+30
* | perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo2017-11-281-1/+1
* | perf trace: Fix an exit code of trace__symbols_initAndrei Vagin2017-11-281-2/+4
* | perf record: Fix -c/-F options for cpu event aliasesAndi Kleen2017-11-285-4/+19
* | perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo2017-11-281-0/+16
* | perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo2017-11-281-1/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-13159-1780/+7637
|\
| * Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07404-3/+546
| |\
| * | perf srcline: Show correct function name for srcline of callchainsNamhyung Kim2017-11-011-40/+55
| * | perf srcline: Fix memory leak in addr2inlines()Namhyung Kim2017-11-011-5/+2
| * | perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo2017-10-316-0/+76
| * | perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo2017-10-312-0/+20
| * | tools include uapi: Grab a copy of linux/kcmp.hArnaldo Carvalho de Melo2017-10-311-0/+1
| * | perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim2017-10-311-4/+1
| * | perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa2017-10-301-0/+2
| * | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-304-30/+29
| * | perf tools: Add perf_data_file__write functionJiri Olsa2017-10-302-1/+9
OpenPOWER on IntegriCloud