summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo2017-11-131-0/+16
* perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo2017-11-131-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2017-11-133-2/+14
|\
| * tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar2017-11-111-0/+1
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2017-11-112-2/+13
| |\
| | * perf trace: Call machine__exit() at exitAndrei Vagin2017-11-091-0/+10
| | * perf tools: Fix eBPF event specification parsingJiri Olsa2017-11-091-2/+2
| | * perf tools: Add "reject" option for parse-events.lJiri Olsa2017-11-091-0/+1
* | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07993-21/+1257
|\ \ \ | |/ /
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-0527-16/+50
| |\ \ | | |/
| | * tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-0425-13/+33
| | * Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03979-15/+1089
| | |\
| | * | perf tools: Unwind properly location after REJECTJiri Olsa2017-10-271-2/+6
| | * | perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria2017-10-251-1/+11
| * | | objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
| | |/ | |/|
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02974-0/+974
| |\ \
| | * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0212-0/+12
| | * | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0239-0/+39
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02923-0/+923
| | |/
| * | Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-021-1/+5
| |\ \
| | * | selftests: lib.mk: print individual test results to console by defaultShuah Khan2017-10-311-1/+5
| * | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-2/+1
| * | | tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler2017-10-311-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-295-7/+104
| |\ \ \
| | * | | selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * | | selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
| * | | | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-282-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2017-10-072-4/+4
* | | | | 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-312-0/+28
* | | | | 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
* | | | | perf tools: Add struct perf_data_fileJiri Olsa2017-10-3023-97/+127
* | | | | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-3030-238/+238
* | | | | perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo2017-10-301-8/+69
* | | | | perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo2017-10-276-3/+124
* | | | | tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-272-0/+201
* | | | | perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2017-10-272-1/+62
* | | | | perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-273-10/+13
* | | | | perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo2017-10-271-3/+4
* | | | | perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo2017-10-271-7/+6
* | | | | perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo2017-10-271-5/+4
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-276-9/+531
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-226-10/+35
| |\ \ \ \
OpenPOWER on IntegriCloud