summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter2015-07-248-0/+76
* perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter2015-07-242-1/+133
* perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo2015-07-241-14/+8
* perf tools: Stop reading the kallsyms data from perf.dataArnaldo Carvalho de Melo2015-07-242-45/+13
* perf script: Switch from perf.data's kallsyms to perf's symbol resolverArnaldo Carvalho de Melo2015-07-241-0/+7
* perf trace: Provide libtracevent with a kernel symbol resolverArnaldo Carvalho de Melo2015-07-241-0/+3
* perf symbols: Provide libtraceevent callback to resolve kernel symbolsArnaldo Carvalho de Melo2015-07-244-15/+49
* tools lib traceevent: Allow setting an alternative symbol resolverArnaldo Carvalho de Melo2015-07-242-1/+75
* perf symbols: Introduce map__is_(kernel,kmodule)()Arnaldo Carvalho de Melo2015-07-232-0/+21
* perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo2015-07-232-1/+10
* perf header: Use argv style storage for cmdline feature dataJiri Olsa2015-07-213-15/+22
* perf evlist: Tolerate NULL maps in propagate_mapsJiri Olsa2015-07-211-1/+2
* perf evlist: Use bool instead of target argument in propagate_maps()Jiri Olsa2015-07-211-4/+4
* perf evlist: Force perf_evlist__set_maps to propagate maps through eventsJiri Olsa2015-07-212-8/+20
* perf test: Check for refcnt in thread_map testJiri Olsa2015-07-211-0/+4
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-07-2132-358/+842
|\
| * perf bench futex: Add lock_pi stresserDavidlohr Bueso2015-07-206-0/+248
| * perf tools: Fix makefile generation under dashSergei Trofimovich2015-07-201-1/+1
| * perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu2015-07-204-9/+10
| * perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu2015-07-205-292/+353
| * perf probe: Simplify __add_probe_trace_events codeMasami Hiramatsu2015-07-201-27/+43
| * perf record: Allow filtering perf's pid via --exclude-perfWang Nan2015-07-204-14/+84
| * perf record: Apply filter to all events in a glob matchingWang Nan2015-07-203-9/+23
| * perf trace: Support 'strace' syscall event groupsArnaldo Carvalho de Melo2015-07-205-1/+35
| * perf strlist: Make parse_list() privateArnaldo Carvalho de Melo2015-07-202-3/+1
| * perf strlist: Allow substitutions from file contents in a given directoryArnaldo Carvalho de Melo2015-07-202-8/+36
| * perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-2010-16/+22
| * perf strlist: load() should return a negative errnoArnaldo Carvalho de Melo2015-07-161-1/+1
| * perf record: Document setting '-e pmu/period=N/' in man pageKan Liang2015-07-141-0/+8
* | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2015-07-21741-4849/+9008
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-203-14/+18
| |\
| | * s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-203-14/+18
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2015-07-201-32/+33
| |\ \ | | |/ | |/|
| | * AVR32/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-201-32/+33
| |/
| * Linux 4.2-rc3v4.2-rc3Linus Torvalds2015-07-191-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
| |\
| | * scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
| | * st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-1910-38/+7
| |\ \
| | * | MIPS: fpu.h: Allow 64-bit FPU on a 64-bit MIPS R6 CPUMarkos Chandras2015-07-191-1/+1
| | * | MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-147-34/+2
| | * | MIPS: Require O32 FP64 support for MIPS64 with O32 compatPaul Burton2015-07-141-0/+1
| | * | MIPS: asm-offset.c: Patch up various comments refering to the old filename.Ralf Baechle2015-07-142-3/+3
| | |/
| * | Merge branch 'parisc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-191-1/+2
| |\ \
| | * | parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet2015-07-191-1/+2
| * | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-07-1935-57/+179
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'pxa-fixes-v4.2-rc2' of https://github.com/rjarzmik/linux into fixesDOlof Johansson2015-07-199-0/+24
| | |\ \
| | | * | ARM: pxa: fix dm9000 platform data regressionRobert Jarzmik2015-07-169-0/+24
| | * | | Merge tag 'keystone-dts-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2015-07-172-2/+4
| | |\ \ \
| | | * | | ARM: keystone: dts: rename pcie nodes to help override statusMurali Karicheri2015-07-172-2/+2