summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian
2017-04-13cpupower: Fix turbo frequency reporting for pre-Sandy Bridge coresBen Hutchings
2017-04-13Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams
2017-04-12device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang
2017-04-12tools/power turbostat: update version numberLen Brown
2017-04-12tools/power turbostat: fix impossibly large CPU%c1 valueLen Brown
2017-04-12tools/power turbostat: turbostat.8 add missing column definitionsDoug Smythies
2017-04-12tools/power turbostat: update HWP dump to decimal from hexLen Brown
2017-04-12tools/power turbostat: enable package THERM_INTERRUPT dumpLen Brown
2017-04-12tools/power turbostat: show missing Core and GFX power on SKL and KBLLen Brown
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros
2017-04-12x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadowJoerg Roedel
2017-04-11Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/s...Ingo Molnar
2017-04-11perf annotate: Use stripped line instead of raw disassemble lineTaeung Song
2017-04-11perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song
2017-04-11perf tools: Do not print missing features in pipe-modeDavid Carrillo-Cisneros
2017-04-11perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros
2017-04-11perf annotate: Process attr and build_id recordsDavid Carrillo-Cisneros
2017-04-11perf tools: Describe pipe mode in perf.data-file-fomat.txtDavid Carrillo-Cisneros
2017-04-11perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros
2017-04-11perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger
2017-04-11perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song
2017-04-11selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flagSeongJae Park
2017-04-11selftests/futex: Fix build error with OUTPUT variableDarren Hart
2017-04-11kselftest: ftrace: Fix to compare a zero-filled hex valueMasami Hiramatsu
2017-04-11selftests: vm: add CONFIG_SYSVIPC=y to the config fragmentFathi Boudra
2017-04-11selftests: ftrace: add CONFIG_KPROBES=y to the config fragmentFathi Boudra
2017-04-11selftests: lib: add config fragment for bitmap, printf and prime numbers testsFathi Boudra
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song
2017-04-11perf ui browser: Refactor the code to parse color configs with ltrim()Taeung Song
2017-04-11perf stat: Refactor the code to strip csv output with ltrim()Taeung Song
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao
2017-04-11perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie
2017-04-09bpf: fix comment typoAlexander Alemayhu
2017-04-08Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du
2017-04-07perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05selftests: add a generic testsuite for ethernet deviceLABBE Corentin
2017-04-04perf annotate: Fix missing number of samples for source_line_samplesTaeung Song