summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu12-2/+97
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu8-2/+116
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu1-1/+28
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu1-1/+25
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo3-14/+14
2019-01-21perf report: Dump s390 counter set data to fileThomas Richter1-4/+73
2019-01-21perf report: Display names in s390 diagnostic counter setsThomas Richter1-5/+54
2019-01-21perf report: Display arch specific diagnostic counter sets, starting with s390Thomas Richter7-1/+277
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh4-4/+0
2019-01-21perf session: Add reader__process_events functionJiri Olsa1-24/+38
2019-01-21perf session: Add 'data_offset' member to reader objectJiri Olsa1-4/+5
2019-01-21perf session: Add 'data_size' member to reader objectJiri Olsa1-1/+3
2019-01-21perf session: Add reader objectJiri Olsa1-2/+8
2019-01-21perf session: Get rid of file_size variableJiri Olsa1-7/+5
2019-01-21perf session: Rearrange perf_session__process_events functionJiri Olsa1-13/+7
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes6-11/+11
2019-01-21perf/core: Remove unused perf_flagsAndrew Murray1-2/+0
2019-01-21perf/doc: Update design.txt for exclude_{host|guest} flagsAndrew Murray1-0/+4
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-42/+357
2019-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-697/+797
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song1-6/+7
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song1-8/+21
2019-01-11Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+27
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell1-1/+3
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2-0/+2
2019-01-10tools headers powerpc: Remove unistd.hRavi Bangoria2-405/+0
2019-01-10perf powerpc: Rework syscall table generationRavi Bangoria3-14/+450
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2019-01-09tools include uapi: Sync linux/if_link.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+19
2019-01-09tools/vm/page_owner: use page_owner_sort in the use exampleMiles Chen1-1/+3
2019-01-09selftests: forwarding: Add a test for VLAN deletionIdo Schimmel1-1/+14
2019-01-09selftests: forwarding: Fix test for different devicesIdo Schimmel1-1/+1
2019-01-09selftests: mlxsw: Add a test case for VLAN addition error flowIdo Schimmel1-0/+18
2019-01-08tools include uapi: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-111/+2
2019-01-08tools include uapi: Sync linux/fs.h copy with the kernel sourcesArnaldo Carvalho de Melo1-52/+8
2019-01-08perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.hArnaldo Carvalho de Melo1-2/+2
2019-01-08tools include uapi: Grab a copy of linux/mount.hArnaldo Carvalho de Melo2-0/+59
2019-01-08perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo1-6/+1
2019-01-08tools lib traceevent: Remove tep_data_event_from_type() APITzvetomir Stoyanov2-13/+0
2019-01-08tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()Tzvetomir Stoyanov3-4/+4
2019-01-08tools lib traceevent: Changed return logic of tep_register_event_handler() APITzvetomir Stoyanov2-2/+13
2019-01-08tools lib traceevent: Changed return logic of trace_seq_printf() and trace_se...Tzvetomir Stoyanov1-5/+12
2019-01-08tools lib traceevent: Rename struct cmdline to struct tep_cmdlineTzvetomir Stoyanov3-24/+24
2019-01-08tools lib traceevent: Initialize host_bigendian at tep_handle allocationTzvetomir Stoyanov1-1/+3
2019-01-08tools lib traceevent: Introduce new libtracevent API: tep_override_comm()Tzvetomir Stoyanov2-15/+55
2019-01-08perf tests: Add a test for the ARM 32-bit [vectors] pageFlorian Fainelli4-0/+34
2019-01-08perf tools: Make find_vdso_map() more modularFlorian Fainelli4-12/+11
2019-01-08perf trace: Fix alignment for [continued] linesArnaldo Carvalho de Melo1-2/+3
2019-01-08perf trace: Fix ')' placement in "interrupted" syscall linesArnaldo Carvalho de Melo1-2/+8
2019-01-08Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar17-28/+89