Age | Commit message (Expand) | Author | Files | Lines |
2020-08-06 | perf header: Store clock references for -k/--clockid option | Jiri Olsa | 1 | -0/+1 |
2020-04-18 | perf header: Support CPU PMU capabilities | Kan Liang | 1 | -0/+1 |
2019-11-06 | perf data: Move perf_dir_version into data.h | Adrian Hunter | 1 | -4/+0 |
2019-09-20 | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 1 | -0/+18 |
2019-09-20 | perf event: Move perf_event__synthesize* to event.h | Arnaldo Carvalho de Melo | 1 | -39/+3 |
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 | -4/+4 |
2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 1 | -0/+1 |
2019-03-19 | perf bpf: Save BTF information as headers to perf.data | Song Liu | 1 | -0/+1 |
2019-03-19 | perf bpf: Save bpf_prog_info information as headers to perf.data | Song Liu | 1 | -0/+1 |
2019-03-11 | perf header: Add DIR_FORMAT feature to describe directory data | Jiri Olsa | 1 | -0/+5 |
2018-10-18 | perf record: Encode -k clockid frequency into Perf trace | Alexey Budankov | 1 | -0/+1 |
2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa | 1 | -9/+6 |
2018-08-30 | perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a... | Jiri Olsa | 1 | -1/+1 |
2018-07-30 | perf tools: Fix the build on the alpine:edge distro | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-03-08 | perf tools: Add MEM_TOPOLOGY feature to perf data file | Jiri Olsa | 1 | -0/+1 |
2018-02-16 | perf cpuid: Introduce a platform specific cpuid compare function | Thomas Richter | 1 | -0/+1 |
2018-01-08 | perf header: Add infrastructure to record first and last sample time | Jin Yao | 1 | -0/+1 |
2017-12-05 | perf pmu: Pass pmu as a parameter to get_cpuid_str() | Ganapatrao Kulkarni | 1 | -1/+2 |
2017-11-29 | perf record: Synthesize unit/scale/... in event update | Andi Kleen | 1 | -0/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-18 | perf tools: Add feature header record to pipe-mode | David Carrillo-Cisneros | 1 | -0/+9 |
2017-07-18 | perf header: Add struct feat_fd for write | David Carrillo-Cisneros | 1 | -2/+5 |
2017-07-18 | perf header: Revamp do_write() | David Carrillo-Cisneros | 1 | -0/+2 |
2016-10-03 | perf pmu: Use pmu_events table to create aliases | Sukadev Bhattiprolu | 1 | -0/+1 |
2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-02-16 | perf tools: Add perf data cache feature | Jiri Olsa | 1 | -0/+1 |
2015-12-17 | perf tools: Introduce stat perf.data header feature | Jiri Olsa | 1 | -0/+1 |
2015-12-17 | perf tools: Add perf_event__fprintf_event_update function | Jiri Olsa | 1 | -0/+1 |
2015-12-17 | perf tools: Add event_update event cpus type | Jiri Olsa | 1 | -0/+3 |
2015-12-17 | perf tools: Add event_update event name type | Jiri Olsa | 1 | -0/+3 |
2015-12-17 | perf tools: Add event_update event scale type | Jiri Olsa | 1 | -0/+3 |
2015-12-17 | perf tools: Add event_update event unit type | Jiri Olsa | 1 | -0/+3 |
2015-12-17 | perf tools: Add event_update user level event | Jiri Olsa | 1 | -0/+3 |
2015-09-14 | perf env: Move perf_env out of header.h and session.c into separate object | Arnaldo Carvalho de Melo | 1 | -32/+1 |
2015-09-02 | perf tools: Store the cpu socket and core ids in the perf.data header | Kan Liang | 1 | -0/+6 |
2015-08-28 | perf tools: Rename perf_session_env to perf_env | Kan Liang | 1 | -2/+2 |
2015-07-21 | perf header: Use argv style storage for cmdline feature data | Jiri Olsa | 1 | -0/+1 |
2015-04-29 | perf header: Add AUX area tracing feature | Adrian Hunter | 1 | -0/+1 |
2014-11-05 | perf build-id: Move build-id related functions to util/build-id.c | Namhyung Kim | 1 | -5/+3 |
2014-07-23 | perf tools: Add dsos__hit_all() | Adrian Hunter | 1 | -0/+2 |
2014-05-01 | tools: Consolidate types.h | Borislav Petkov | 1 | -2/+2 |
2014-01-13 | perf header: Pack 'struct perf_session_env' | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2013-07-17 | perf header: Recognize version number for perf data file | Jiri Olsa | 1 | -5/+11 |
2013-07-17 | perf header: Introduce feat_offset into perf_header | Jiri Olsa | 1 | -0/+1 |
2013-07-17 | perf header: Remove attr_offset from perf_header | Jiri Olsa | 1 | -1/+0 |
2013-07-17 | perf session: Use session->fd instead of passing fd as argument | Jiri Olsa | 1 | -1/+1 |
2013-07-15 | perf tools: Remove event types framework completely | Jiri Olsa | 1 | -13/+0 |
2013-07-15 | perf tools: Remove event types from perf data file | Jiri Olsa | 1 | -2/+1 |
2013-07-12 | perf tools: Fix missing tool parameter | Adrian Hunter | 1 | -2/+4 |