summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * perf header: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer2019-08-291-3/+4
| * perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-291-4/+7
| * perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-291-1/+2
| * perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer2019-08-291-2/+2
| * perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-291-17/+16
| * perf timechart: Refactor svg_build_topology_map()Kyle Meyer2019-08-293-13/+16
| * perf c2c: Display proper cpu count in nodes columnJiri Olsa2019-08-291-1/+1
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-09-0211-54/+114
|\ \ | |/ |/|
| * Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2019-09-015-47/+90
| |\
| | * tools/power turbostat: update version numberLen Brown2019-08-311-1/+1
| | * tools/power turbostat: Add support for Hygon Fam 18h (Dhyana) RAPLPu Wen2019-08-311-2/+7
| | * tools/power turbostat: Fix caller parameter of get_tdp_amd()Pu Wen2019-08-311-1/+1
| | * tools/power turbostat: Fix CPU%C1 display valueSrinivas Pandruvada2019-08-311-6/+17
| | * tools/power turbostat: do not enforce 1msArtem Bityutskiy2019-08-311-5/+0
| | * tools/power turbostat: read from pipes tooArtem Bityutskiy2019-08-311-4/+16
| | * tools/power turbostat: Add Ice Lake NNPI supportRajneesh Bhardwaj2019-08-311-0/+1
| | * tools/power turbostat: rename has_hsw_msrs()Len Brown2019-08-311-4/+4
| | * tools/power turbostat: Fix Haswell Core systemsLen Brown2019-08-311-4/+6
| | * tools/power turbostat: add Jacobsville supportZhang Rui2019-08-311-0/+3
| | * tools/power turbostat: fix buffer overrunNaoya Horiguchi2019-08-311-1/+1
| | * tools/power turbostat: fix file descriptor leaksGustavo A. R. Silva2019-08-311-0/+1
| | * tools/power turbostat: fix leak of file descriptor on error return pathColin Ian King2019-08-311-0/+1
| | * tools/power turbostat: Make interval calculation per thread to reduce jitterYazen Ghannam2019-08-311-3/+10
| | * tools/power turbostat: remove duplicate pc10 columnLen Brown2019-08-311-1/+0
| | * tools/power x86_energy_perf_policy: Fix argument parsingZephaniah E. Loss-Cutler-Hull2019-08-311-1/+1
| | * tools/power: Fix typo in man pageMatt Lupfer2019-08-311-1/+1
| | * tools/power/x86: Enable compiler optimisations and Fortify by defaultBen Hutchings2019-08-312-2/+4
| | * tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2Ben Hutchings2019-08-311-11/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-276-7/+24
| |\ \ | | |/ | |/|
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-236-7/+24
| | |\
| | | * selftests/bpf: install files test_xdp_vlan.shAnders Roxell2019-08-211-1/+2
| | | * selftests/bpf: add config fragment BPF_JITAnders Roxell2019-08-211-0/+1
| | | * selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich2019-08-212-0/+10
| | | * selftests/bpf: fix test_cgroup_storage on s390Ilya Leoshkevich2019-08-211-3/+3
| | | * tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet2019-08-151-1/+3
| | | * selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich2019-08-141-2/+5
* | | | tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)2019-08-291-6/+49
* | | | tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-08-291-2/+1
* | | | perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo2019-08-291-0/+9
* | | | libperf: Move 'enum perf_user_event_type' to perf/event.hJiri Olsa2019-08-292-23/+23
* | | | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-2933-193/+193
* | | | libperf: Add 'union perf_event' to perf/event.hJiri Olsa2019-08-292-36/+36
* | | | libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.hJiri Olsa2019-08-292-5/+5
* | | | libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa2019-08-293-7/+7
* | | | libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.hJiri Olsa2019-08-292-7/+7
* | | | libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa2019-08-293-7/+7
* | | | libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa2019-08-293-19/+19
* | | | libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa2019-08-293-19/+19
* | | | libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.hJiri Olsa2019-08-292-11/+11
* | | | libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.hJiri Olsa2019-08-292-6/+6