| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-04 | perf python: Fix spelling mistake "metics" -> "metrics" | Colin Ian King | 1 | -1/+1 |
| 2025-09-03 | perf python: Add metrics function | Ian Rogers | 1 | -0/+86 |
| 2025-09-03 | perf python: Add evlist compute_metric | Ian Rogers | 1 | -0/+125 |
| 2025-09-03 | perf python: Add evlist metrics function | Ian Rogers | 1 | -0/+33 |
| 2025-09-03 | perf python: Add parse_metrics function | Ian Rogers | 1 | -0/+41 |
| 2025-09-03 | perf python: Add function returning dictionary of all events on a PMU | Ian Rogers | 1 | -0/+71 |
| 2025-09-03 | perf python: Add basic PMU abstraction and pmus sequence | Ian Rogers | 1 | -0/+140 |
| 2025-09-03 | perf python: Improve the tracepoint function if no libtraceevent | Ian Rogers | 1 | -10/+2 |
| 2025-09-03 | perf python: Add more exceptions on error paths | Ian Rogers | 1 | -3/+11 |
| 2025-07-30 | perf python: Stop using deprecated PyUnicode_AsString() | Arnaldo Carvalho de Melo | 1 | -1/+11 |
| 2025-07-11 | perf python: Set index error for invalid thread/cpu map items | Ian Rogers | 1 | -2/+6 |
| 2025-07-11 | perf python: Improve leader copying from evlist | Ian Rogers | 1 | -0/+57 |
| 2025-07-11 | perf python: Correct pyrf_evsel__read for tool PMUs | Ian Rogers | 1 | -3/+44 |
| 2025-07-11 | perf python: Fix thread check in pyrf_evsel__read | Ian Rogers | 1 | -1/+1 |
| 2025-07-11 | perf python: In str(evsel) use the evsel__pmu_name helper | Ian Rogers | 1 | -4/+1 |
| 2025-07-11 | perf stat: Move metric list from config to evlist | Ian Rogers | 1 | -0/+4 |
| 2025-06-09 | perf thread_map: Remove uid options | Ian Rogers | 1 | -5/+5 |
| 2025-05-22 | perf python: Add evlist close support | Gautam Menghani | 1 | -0/+16 |
| 2025-05-22 | perf python: Add evsel read method | Gautam Menghani | 1 | -0/+37 |
| 2025-05-22 | perf python: Add support for 'struct perf_counts_values' to return counter data | Gautam Menghani | 1 | -1/+91 |
| 2025-05-21 | perf python: Add evsel cpus and threads functions | Ian Rogers | 1 | -0/+33 |
| 2025-03-18 | perf python: Check if there is space to copy all the event | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2025-03-18 | perf python: Don't keep a raw_data pointer to consumed ring buffer space | Arnaldo Carvalho de Melo | 1 | -3/+1 |
| 2025-03-18 | perf python: Decrement the refcount of just created event on failure | Arnaldo Carvalho de Melo | 1 | -1/+5 |
| 2025-03-18 | perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc) | Arnaldo Carvalho de Melo | 1 | -7/+0 |
| 2025-03-18 | perf python: Fixup description of sample.id event member | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2025-03-11 | perf python: Add evlist.config to set up record options | Ian Rogers | 1 | -0/+33 |
| 2025-03-11 | perf python: Add evlist all_cpus accessor | Ian Rogers | 1 | -0/+16 |
| 2025-03-11 | perf python: Avoid duplicated code in get_tracepoint_field | Ian Rogers | 1 | -13/+4 |
| 2025-03-11 | perf python: Update ungrouped evsel leader in clone | Ian Rogers | 1 | -0/+2 |
| 2025-03-11 | perf python: Add optional cpus and threads arguments to parse_events | Ian Rogers | 1 | -2/+8 |
| 2025-03-11 | perf python: Add member access to a number of evsel variables | Ian Rogers | 1 | -0/+23 |
| 2025-03-11 | perf python: Add evlist enable and disable methods | Ian Rogers | 1 | -0/+26 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -0/+9 |
| 2024-12-18 | perf python: Correctly throw IndexError | Ian Rogers | 1 | -1/+3 |
| 2024-12-18 | perf python: Add __str__ and __repr__ functions to evsel | Ian Rogers | 1 | -0/+13 |
| 2024-12-18 | perf python: Add __str__ and __repr__ functions to evlist | Ian Rogers | 1 | -0/+26 |
| 2024-12-18 | perf python: Add parse_events function | Ian Rogers | 1 | -0/+61 |
| 2024-12-18 | perf kwork: Make perf_kwork_add_work a callback | Ian Rogers | 1 | -12/+0 |
| 2024-12-18 | perf bench: Remove reference to cmd_inject | Ian Rogers | 1 | -6/+0 |
| 2024-12-18 | perf lock: Move common lock contention code to new file | Ian Rogers | 1 | -17/+0 |
| 2024-12-18 | perf env: Move arch errno function to only use in env | Ian Rogers | 1 | -6/+0 |
| 2024-12-18 | perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c | Ian Rogers | 1 | -6/+0 |
| 2024-12-18 | perf script: Move script_fetch_insn to trace-event-scripting.c | Ian Rogers | 1 | -6/+0 |
| 2024-12-18 | perf script: Move script_spec code to trace-event-scripting.c | Ian Rogers | 1 | -5/+0 |
| 2024-12-18 | perf stat: Move stat_config into config.c | Ian Rogers | 1 | -10/+0 |
| 2024-12-18 | perf script: Move find_scripts to browser/scripts.c | Ian Rogers | 1 | -6/+0 |
| 2024-12-18 | perf kvm: Move functions used in util out of builtin | Ian Rogers | 1 | -32/+0 |
| 2024-12-18 | perf script: Move scripting_max_stack out of builtin | Ian Rogers | 1 | -2/+0 |
| 2024-12-18 | perf python: Remove unused #include | Ian Rogers | 1 | -1/+0 |
| 2024-12-18 | perf python: Constify variables and parameters | Ian Rogers | 1 | -26/+29 |
| 2024-12-18 | perf python: Remove python 2 scripting support | Ian Rogers | 1 | -61/+12 |
| 2024-11-08 | perf build: Include libtraceevent headers directly indicated by pkg-config | Yicong Yang | 1 | -1/+1 |
| 2024-10-23 | perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2024-09-02 | perf python: include "util/sample.h" | Xu Yang | 1 | -0/+1 |
| 2024-06-26 | perf python: Switch module to linking libraries from building source | Ian Rogers | 1 | -176/+98 |
| 2024-06-15 | perf hist: Honor symbol_conf.skip_empty | Namhyung Kim | 1 | -0/+3 |
| 2024-03-21 | perf tools: Add/use PMU reverse lookup from config to name | Ian Rogers | 1 | -0/+10 |
| 2024-02-08 | perf tools: Make it possible to see perf's kernel and module memory mappings | Adrian Hunter | 1 | -0/+1 |
| 2023-10-17 | perf pmu: Const-ify file APIs | Ian Rogers | 1 | -1/+1 |
| 2023-08-11 | perf script python: Add stub for PMU symbol to the python binding | Ian Rogers | 1 | -0/+5 |
| 2023-06-23 | perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp... | Yang Jihong | 1 | -0/+8 |
| 2023-06-12 | perf evlist: Free stats in all evlist destruction | Ian Rogers | 1 | -0/+4 |
| 2023-05-27 | perf pmus: Remove perf_pmus__has_hybrid | Ian Rogers | 1 | -2/+2 |
| 2023-05-27 | perf pmu: Separate pmu and pmus | Ian Rogers | 1 | -1/+2 |
| 2023-05-27 | perf evsel: Compute is_hybrid from PMU being core | Ian Rogers | 1 | -0/+5 |
| 2023-05-27 | perf evlist: Remove __evlist__add_default | Ian Rogers | 1 | -0/+8 |
| 2023-03-15 | perf record: Add BPF event filter support | Namhyung Kim | 1 | -0/+14 |
| 2023-03-13 | perf evsel: Add function to compute group PMU name | Ian Rogers | 1 | -0/+5 |
| 2023-03-13 | perf evsel: Allow const evsel for certain accesses | Ian Rogers | 1 | -1/+1 |
| 2023-02-03 | perf stat: Remove evsel metric_name/expr | Ian Rogers | 1 | -7/+0 |
| 2023-01-22 | perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file() | James Clark | 1 | -1/+7 |
| 2023-01-19 | perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE | Ian Rogers | 1 | -3/+1 |
| 2023-01-19 | perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE | Ian Rogers | 1 | -1/+1 |
| 2022-12-14 | perf evlist: Remove group option. | Ian Rogers | 1 | -8/+0 |
| 2022-12-14 | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -0/+10 |
| 2022-11-16 | perf thread_map: Reduce exposure of libperf internal API | Ian Rogers | 1 | -3/+3 |
| 2022-03-26 | perf python: Add perf_env stubs that will be needed in evsel__open_strerror() | Arnaldo Carvalho de Melo | 1 | -1/+12 |
| 2022-01-22 | perf python: Fix cpu_map__item() building | Ian Rogers | 1 | -3/+3 |
| 2022-01-18 | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -0/+2 |
| 2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -2/+2 |
| 2021-12-11 | perf python: Fix NULL vs IS_ERR_OR_NULL() checking | Miaoqian Lin | 1 | -1/+1 |
| 2021-12-06 | tools/perf: Add '__rel_loc' event field parsing support | Masami Hiramatsu | 1 | -0/+2 |
| 2021-11-06 | perf evsel: Fix missing exclude_{host,guest} setting | Namhyung Kim | 1 | -0/+12 |
| 2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 1 | -1/+1 |
| 2021-04-29 | perf stat: Introduce bpf_counter_ops->disable() | Song Liu | 1 | -0/+6 |
| 2021-01-20 | perf stat: Enable counting events for BPF programs | Song Liu | 1 | -0/+21 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-09-28 | perf tools: Copy metric events properly when expand cgroups | Namhyung Kim | 1 | -0/+19 |
| 2020-09-10 | perf tests: Call test_attr__open() directly | Jiri Olsa | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__exit() to evsel__exit() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-12 | perf tool: Provide an option to print perf_event_open args and return value | Ravi Bangoria | 1 | -0/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_event() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_init() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__consume() function from tools/perf | Jiri Olsa | 1 | -1/+2 |
| 2019-09-30 | perf evsel: Fall back to global 'perf_env' in perf_evsel__env() | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-09-25 | libperf: Add perf_evlist__poll() function | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | libperf: Move 'page_size' global variable to libperf | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist' | Jiri Olsa | 1 | -3/+3 |
| 2019-09-25 | libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | libperf: Add 'cpu' to struct perf_mmap | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | perf tools: Rename perf_evlist__exit() to evlist__exit() | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | perf tools: Rename perf_evlist__mmap() to evlist__mmap() | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | perf tools: Rename 'struct perf_mmap' to 'struct mmap' | Jiri Olsa | 1 | -3/+3 |
| 2019-09-20 | perf python: Remove debug.h | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-29 | perf tools: Remove debug.h from header files not needing it | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf tools: Move everything related to sys_perf_event_open() to perf-sys.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix | Jiri Olsa | 1 | -2/+2 |
| 2019-08-26 | libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix | Arnaldo Carvalho de Melo | 1 | -22/+22 |
| 2019-08-26 | libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h | Jiri Olsa | 1 | -2/+2 |
| 2019-08-26 | libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h | Jiri Olsa | 1 | -2/+2 |
| 2019-08-26 | libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions | Jiri Olsa | 1 | -1/+2 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -3/+3 |
| 2019-07-29 | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 1 | -4/+4 |
| 2019-07-29 | libperf: Add perf_thread_map__get()/perf_thread_map__put() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Add perf_cpu_map__get()/perf_cpu_map__put() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename perf_evlist__open() to evlist__open() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename perf_evsel__open() to evsel__open() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename perf_evlist__add() to evlist__add() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename perf_evlist__init() to evlist__init() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename perf_evsel__init() to evsel__init() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -8/+8 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -7/+7 |
| 2019-07-29 | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 1 | -3/+3 |
| 2019-07-29 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -3/+3 |
| 2019-06-25 | perf tools: Add missing util.h to pick up 'page_size' variable | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov | 1 | -1/+1 |
| 2018-12-28 | perf python: Do not force closing original perf descriptor in evlist.get_poll... | Jiri Olsa | 1 | -1/+2 |
| 2018-12-17 | tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct... | Tzvetomir Stoyanov | 1 | -2/+2 |
| 2018-09-19 | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 1 | -6/+6 |
| 2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
| 2018-09-19 | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
| 2018-08-20 | perf python: Fix pyrf_evlist__read_on_cpu() interface | Jiri Olsa | 1 | -1/+19 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
| 2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
| 2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
| 2018-03-23 | perf python: Reference Py_None before returning it | Petr Machata | 1 | -1/+3 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__read_init() | Kan Liang | 1 | -2/+1 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__read_event() | Kan Liang | 1 | -1/+1 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__consume() | Kan Liang | 1 | -1/+1 |
| 2018-03-05 | perf python: Switch to new perf_mmap__read_event() interface | Kan Liang | 1 | -3/+9 |
| 2018-02-19 | perf tools: Add Python 3 support | Jaroslav Škarvada | 1 | -18/+77 |
| 2017-12-05 | perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap | Wang Nan | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-04-24 | perf callchain: Move callchain specific routines from util.[ch] | Arnaldo Carvalho de Melo | 1 | -0/+13 |
| 2017-04-19 | perf tools: Move print_binary definitions to separate files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-07-18 | perf tools: Make is_printable_array global | Jiri Olsa | 1 | -12/+0 |
| 2016-07-12 | perf python: Add support to resolve tracepoint fields | Jiri Olsa | 1 | -0/+92 |
| 2016-07-12 | perf python: Add struct evsel into struct pyrf_event | Jiri Olsa | 1 | -1/+9 |
| 2016-07-12 | perf python: Add perf.tracepoint method | Jiri Olsa | 1 | -0/+26 |
| 2016-07-12 | perf python: Put perf.event objects into dictionary | Jiri Olsa | 1 | -0/+27 |
| 2016-07-12 | perf python: Fix pyrf_evlist__read_on_cpu event consuming | Jiri Olsa | 1 | -2/+4 |
| 2016-07-12 | perf python: Init perf_event_attr::size in perf.evsel constructor | Jiri Olsa | 1 | -0/+1 |
| 2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-10-07 | perf python: Support the PERF_RECORD_SWITCH event | Arnaldo Carvalho de Melo | 1 | -4/+55 |
| 2015-07-29 | perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc} | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2015-07-29 | perf python: Add macro to simplify maintainance of the constants array | Arnaldo Carvalho de Melo | 1 | -66/+68 |
| 2015-06-25 | perf tools: Add reference counting for thread_map object | Jiri Olsa | 1 | -1/+1 |
| 2015-06-25 | perf tools: Add reference counting for cpu_map object | Jiri Olsa | 1 | -1/+1 |
| 2015-01-21 | perf tools: Remove EOL whitespaces | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2014-09-25 | tools lib api: Adopt fdarray class from perf's evlist | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2014-09-25 | perf evlist: Introduce poll method for common code idiom | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2014-07-17 | perf tools: Factor eprintf to allow different debug variables | Jiri Olsa | 1 | -2/+2 |
| 2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2013-10-29 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -0/+2 |
| 2013-10-28 | perf tools: Fixup mmap event consumption | Zhouyi Zhou | 1 | -0/+2 |
| 2013-10-09 | perf tools: Adding throttle event data struct support | Jiri Olsa | 1 | -7/+0 |
| 2013-10-09 | perf tools: Unify page_size usage | Jiri Olsa | 1 | -0/+1 |
| 2013-09-02 | perf tools: Add support for PERF_COUNT_SW_DUMMY | Adrian Hunter | 1 | -0/+1 |
| 2013-08-16 | perf tools: Re-implement debug print function for linking python/perf.so | Adrian Hunter | 1 | -0/+20 |
| 2013-01-24 | perf python: Fix breakage introduced by the test_attr infrastructure | Arnaldo Carvalho de Melo | 1 | -0/+9 |
| 2012-10-29 | perf python: Initialize 'page_size' variable | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2012-09-26 | perf evsel: Know if byte swap is needed | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -3/+5 |
| 2012-08-15 | perf evlist: Rename __group method to __set_leader | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2012-08-14 | perf tools: Enable grouping logic for parsed events | Jiri Olsa | 1 | -2/+5 |
| 2012-08-02 | perf evlist: Introduce perf_evlist__parse_sample | Arnaldo Carvalho de Melo | 1 | -5/+1 |
| 2012-08-01 | perf evsel: Precalculate the sample size | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2012-01-24 | perf tools: Introduce per user view | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2011-10-26 | perf evlist: Fix grouping of multiple events | Arnaldo Carvalho de Melo | 1 | -1/+30 |
| 2011-09-23 | perf python: Add missing perf_event__parse_sample 'swapped' parm | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-07-25 | perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tables | Arnaldo Carvalho de Melo | 1 | -3/+112 |
| 2011-06-02 | perf python: Cleanup useless double NULL termination in method arg names | Frederic Weisbecker | 1 | -8/+9 |
| 2011-06-02 | perf python: Fix argument name list of read_on_cpu() | Frederic Weisbecker | 1 | -1/+1 |
| 2011-06-02 | perf evlist: Don't die if sample_{id_all|type} is invalid | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-06-02 | perf python: Use exception to propagate errors | Arnaldo Carvalho de Melo | 1 | -6/+4 |
| 2011-05-22 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 1 | -3/+10 |
| 2011-05-22 | perf tools: Propagate event parse error handling | Frederic Weisbecker | 1 | -4/+10 |
| 2011-05-22 | perf tools: Pre-check sample size before parsing | Frederic Weisbecker | 1 | -2/+3 |
| 2011-05-19 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
| 2011-05-15 | perf evlist: Fix per thread mmap setup | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-04-29 | perf tools: Add front-end and back-end stalled cycles support | Ingo Molnar | 1 | -1/+3 |