| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 | 1 | -11/+11 |
* | libperf: Add perf_evlist__set_maps() function | Jiri Olsa | 2019-07-29 | 6 | -7/+13 |
* | libperf: Add threads to struct perf_evlist | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | libperf: Add own_cpus to struct perf_evsel | Jiri Olsa | 2019-07-29 | 1 | -2/+2 |
* | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions | Jiri Olsa | 2019-07-29 | 11 | -18/+28 |
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 | 8 | -463/+465 |
* | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 2019-07-29 | 1 | -38/+38 |
* | libperf: Add perf_thread_map__get()/perf_thread_map__put() | Jiri Olsa | 2019-07-29 | 11 | -21/+21 |
* | libperf: Add perf_thread_map__new_dummy() function | Jiri Olsa | 2019-07-29 | 2 | -2/+2 |
* | libperf: Add perf_cpu_map__get()/perf_cpu_map__put() | Jiri Olsa | 2019-07-29 | 13 | -19/+19 |
* | libperf: Add perf_cpu_map__dummy_new() function | Jiri Olsa | 2019-07-29 | 2 | -2/+2 |
* | perf evlist: Rename perf_evlist__disable() to evlist__disable() | Jiri Olsa | 2019-07-29 | 6 | -9/+9 |
* | perf evlist: Rename perf_evlist__enable() to evlist__enable() | Jiri Olsa | 2019-07-29 | 8 | -9/+9 |
* | perf evlist: Rename perf_evlist__open() to evlist__open() | Jiri Olsa | 2019-07-29 | 10 | -10/+10 |
* | perf evsel: Rename perf_evsel__disable() to evsel__disable() | Jiri Olsa | 2019-07-29 | 2 | -3/+3 |
* | perf evsel: Rename perf_evsel__enable() to evsel__enable() | Jiri Olsa | 2019-07-29 | 2 | -4/+4 |
* | perf evsel: Rename perf_evsel__open() to evsel__open() | Jiri Olsa | 2019-07-29 | 2 | -2/+2 |
* | perf evlist: Rename perf_evlist__add() to evlist__add() | Jiri Olsa | 2019-07-29 | 3 | -3/+3 |
* | perf evsel: Rename perf_evsel__new() to evsel__new() | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | perf evsel: Rename perf_evsel__delete() to evsel__delete() | Jiri Olsa | 2019-07-29 | 3 | -4/+4 |
* | perf evlist: Rename perf_evlist__delete() to evlist__delete() | Jiri Olsa | 2019-07-29 | 18 | -20/+20 |
* | perf evlist: Rename perf_evlist__new() to evlist__new() | Jiri Olsa | 2019-07-29 | 15 | -18/+18 |
* | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 2019-07-29 | 20 | -105/+105 |
* | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 2019-07-29 | 21 | -107/+107 |
* | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 2019-07-29 | 11 | -15/+15 |
* | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 2019-07-29 | 13 | -18/+18 |
* | perf test: Auto bump rlimit(MEMLOCK) for BPF test sake | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+6 |
* | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -1/+1 |
* | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 2019-07-09 | 4 | -5/+9 |
* | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+1 |
* | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 2019-07-09 | 3 | -0/+3 |
* | perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize... | Numfor Mbiziwo-Tiapo | 2019-07-09 | 1 | -1/+1 |
* | Merge remote-tracking branch 'tip/perf/core' into perf/urgent | Arnaldo Carvalho de Melo | 2019-07-08 | 21 | -3/+432 |
|\ |
|
| * | perf tools: Remove trim() implementation, use tools/lib's strim() | Arnaldo Carvalho de Melo | 2019-06-26 | 1 | -1/+2 |
| * | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 2019-06-25 | 1 | -1/+1 |
| * | perf tests: Add missing SPDX headers | Arnaldo Carvalho de Melo | 2019-06-17 | 16 | -1/+19 |
| * | perf test 6: Fix missing kvm module load for s390 | Thomas Richter | 2019-06-10 | 1 | -0/+27 |
| * | perf time-utils: Add support for multiple explicit time intervals | Adrian Hunter | 2019-06-10 | 1 | -0/+17 |
| * | perf tests: Add a test for time-utils | Adrian Hunter | 2019-06-10 | 4 | -0/+240 |
| * | perf tests: Add map_groups__merge_in test | Jiri Olsa | 2019-05-28 | 4 | -0/+126 |
* | | perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 | Seeteena Thoufeek | 2019-07-06 | 1 | -1/+1 |
|/ |
|
* | perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -1/+8 |
* | perf test zstd: Fixup verbose mode output | Arnaldo Carvalho de Melo | 2019-05-15 | 1 | -5/+4 |
* | perf tests: Implement Zstd comp/decomp integration test | Alexey Budankov | 2019-05-15 | 1 | -0/+35 |
* | perf build tests: Add NO_LIBZSTD=1 to make_minimal | Arnaldo Carvalho de Melo | 2019-05-15 | 1 | -1/+1 |
* | perf test: Fix spelling mistake "leadking" -> "leaking" | Colin Ian King | 2019-05-15 | 1 | -2/+2 |
* | perf tools: Save bpf_prog_info and BTF of new BPF programs | Song Liu | 2019-03-21 | 24 | -24/+24 |
* | perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test() | Changbin Du | 2019-03-19 | 1 | -0/+1 |
* | perf tests: Fix memory leak by expr__find_other() in test__expr() | Changbin Du | 2019-03-19 | 1 | -1/+4 |
* | perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o... | Changbin Du | 2019-03-19 | 1 | -1/+3 |