summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo2019-11-0610-44/+65
* perf map: Allow map__next() to receive a NULL argArnaldo Carvalho de Melo2019-11-061-1/+6
* perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo2019-11-061-1/+1
* perf dso: Add dso__data_write_cache_addr()Adrian Hunter2019-11-062-15/+65
* perf dso: Refactor dso_cache__read()Adrian Hunter2019-11-061-27/+37
* perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter2019-11-062-0/+29
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2019-11-061-2/+2
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2019-11-061-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix wrong address verificationMasami Hiramatsu2019-11-061-22/+10
* perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye2019-11-061-2/+11
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-11-062-1/+26
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2019-11-061-5/+9
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2019-11-061-1/+5
* perf kvm: Use evlist layer api when possibleIgor Lubashev2019-11-061-1/+1
* perf tests: Fix a typoLeo Yan2019-11-061-1/+1
* perf tools: Avoid a malloc() for array eventsIan Rogers2019-11-061-5/+3
* perf tools: Move ALLOC_LIST into a functionIan Rogers2019-11-061-22/+43
* perf evsel: Avoid close(-1)Andi Kleen2019-11-062-2/+4
* perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen2019-11-061-2/+4
* perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan2019-11-061-2/+2
* perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo2019-11-061-3/+2
* perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter2019-11-068-0/+147
* perf data: Support single perf.data file directoryAdrian Hunter2019-11-064-2/+43
* perf session: Fix indent in perf_session__new()"Jiri Olsa2019-11-061-2/+2
* perf data: Rename directory "header" file to "data"Adrian Hunter2019-11-062-2/+2
* perf data: Move perf_dir_version into data.hAdrian Hunter2019-11-062-4/+4
* perf data: Correctly identify directory data filesAdrian Hunter2019-11-061-1/+1
* perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan2019-10-281-1/+10
* perf/core: Optimize perf_init_event()Peter Zijlstra2019-10-281-11/+30
* perf/core: Optimize perf_install_in_event()Peter Zijlstra2019-10-281-0/+19
* perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-282-1/+19
* perf/x86/intel: Implement LBR callstack context synchronizationAlexey Budankov2019-10-282-0/+26
* perf/x86: Install platform specific ->swap_task_ctx() adapterAlexey Budankov2019-10-281-0/+8
* perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu'Alexey Budankov2019-10-282-0/+17
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-28585-3247/+5323
|\
| * perf/headers: Fix spelling s/EACCESS/EACCES/, s/privilidge/privilege/Geert Uytterhoeven2019-10-281-1/+1
| * perf/x86/uncore: Fix event group supportKan Liang2019-10-282-18/+38
| * perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips2019-10-281-2/+4
| * perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-10-281-1/+1
| * perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin2019-10-281-1/+1
| * Linux 5.4-rc5v5.4-rc5Linus Torvalds2019-10-271-2/+2
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-271-5/+9
| |\
| | * x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom2019-10-221-5/+8
| | * x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom2019-10-221-1/+2
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-273-7/+10
| |\ \
| | * | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| | * | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2