summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-12-05perf thread_map: Add method to map all threads in the systemArnaldo Carvalho de Melo2-6/+17
2017-12-05perf stat: Add rbtree node_delete opJin Yao1-1/+11
2017-12-05perf rblist: Create rblist__exit() functionJin Yao2-7/+13
2017-12-05perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter1-3/+5
2017-12-05perf annotate: Fix unnecessary memory allocation for s390xThomas Richter1-1/+2
2017-12-05perf bench futex: Sync waker threadsJames Yang1-2/+20
2017-12-05tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo5-0/+26
2017-11-30perf bench futex: Use cpumapsDavidlohr Bueso5-41/+65
2017-11-29perf intel-pt: Improve build messages for files that differ from the kernelAdrian Hunter1-9/+15
2017-11-29perf report: Fix -D output for user metadata eventsArnaldo Carvalho de Melo1-1/+2
2017-11-29perf buildid-cache: Document for Node.js USDTHansuk Hong1-0/+1
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen3-3/+108
2017-11-29perf record: Synthesize thread map and cpu mapAndi Kleen1-0/+15
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen4-58/+86
2017-11-29perf test: Disable test cases 19 and 20 on s390xThomas Richter1-1/+1
2017-11-29tools headers: Follow the upstream UAPI header version 100% differ from the k...Ingo Molnar1-1/+0
2017-11-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar14-275/+443
2017-11-28tools headers: Syncronize mman.h ABI headerArnaldo Carvalho de Melo2-0/+4
2017-11-28tools headers: Synchronize prctl.h ABI headerArnaldo Carvalho de Melo1-0/+9
2017-11-28tools headers: Synchronize KVM arch ABI headersArnaldo Carvalho de Melo3-0/+15
2017-11-28tools headers: Synchronize drm/i915_drm.hArnaldo Carvalho de Melo1-6/+27
2017-11-28tools headers uapi: Synchronize drm/drm.hArnaldo Carvalho de Melo1-0/+41
2017-11-28tools headers: Synchronize perf_event.h headerArnaldo Carvalho de Melo1-0/+1
2017-11-28tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo2-0/+2
2017-11-28tools/headers: Synchronize kernel x86 UAPI headersIngo Molnar2-264/+281
2017-11-28perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter1-0/+10
2017-11-28perf test: Fix test 21 for s390xThomas Richter1-0/+4
2017-11-28perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2017-11-28perf top: Use signal interface for SIGWINCH handlerJiri Olsa1-12/+3
2017-11-28perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2017-11-28perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-3/+5
2017-11-28perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-12/+14
2017-11-28perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-0/+3
2017-11-28perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo2-0/+14
2017-11-28perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter1-2/+5
2017-11-28perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter1-2/+4
2017-11-28perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria1-9/+9
2017-11-28perf help: Fix a bug during strstart() conversionNamhyung Kim1-2/+2
2017-11-28perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo1-0/+3
2017-11-28perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo1-1/+30
2017-11-28perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo1-1/+1
2017-11-28perf trace: Fix an exit code of trace__symbols_initAndrei Vagin1-2/+4
2017-11-28perf record: Fix -c/-F options for cpu event aliasesAndi Kleen5-4/+19
2017-11-28perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo1-0/+16
2017-11-28perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo1-1/+1
2017-11-18Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm...Ingo Molnar51-919/+1024
2017-11-17perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa3-6/+7
2017-11-17perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa2-10/+9
2017-11-17perf top: Fix crash when annotating symbolJiri Olsa1-1/+2
2017-11-17perf top: Use signal interface for SIGWINCH handlerJiri Olsa1-12/+3