summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-021-1/+1
* perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao2021-05-171-0/+1
* perf header: Support HYBRID_TOPOLOGY featureJin Yao2021-05-171-0/+1
* perf header: Store clock references for -k/--clockid optionJiri Olsa2020-08-061-0/+1
* perf header: Support CPU PMU capabilitiesKan Liang2020-04-181-0/+1
* perf data: Move perf_dir_version into data.hAdrian Hunter2019-11-061-4/+0
* perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo2019-09-201-0/+18
* perf event: Move perf_event__synthesize* to event.hArnaldo Carvalho de Melo2019-09-201-39/+3
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-8/+8
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-4/+4
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-151-0/+1
* perf bpf: Save BTF information as headers to perf.dataSong Liu2019-03-191-0/+1
* perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu2019-03-191-0/+1
* perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-111-0/+5
* perf record: Encode -k clockid frequency into Perf traceAlexey Budankov2018-10-181-0/+1
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-9/+6
* perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa2018-08-301-1/+1
* perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-301-0/+1
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-081-0/+1
* perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter2018-02-161-0/+1
* perf header: Add infrastructure to record first and last sample timeJin Yao2018-01-081-0/+1
* perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni2017-12-051-1/+2
* perf record: Synthesize unit/scale/... in event updateAndi Kleen2017-11-291-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-181-0/+9
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-181-2/+5
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-181-0/+2
* perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu2016-10-031-0/+1
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf tools: Add perf data cache featureJiri Olsa2016-02-161-0/+1
* perf tools: Introduce stat perf.data header featureJiri Olsa2015-12-171-0/+1
* perf tools: Add perf_event__fprintf_event_update functionJiri Olsa2015-12-171-0/+1
* perf tools: Add event_update event cpus typeJiri Olsa2015-12-171-0/+3
* perf tools: Add event_update event name typeJiri Olsa2015-12-171-0/+3
* perf tools: Add event_update event scale typeJiri Olsa2015-12-171-0/+3
* perf tools: Add event_update event unit typeJiri Olsa2015-12-171-0/+3
* perf tools: Add event_update user level eventJiri Olsa2015-12-171-0/+3
* perf env: Move perf_env out of header.h and session.c into separate objectArnaldo Carvalho de Melo2015-09-141-32/+1
* perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang2015-09-021-0/+6
* perf tools: Rename perf_session_env to perf_envKan Liang2015-08-281-2/+2
* perf header: Use argv style storage for cmdline feature dataJiri Olsa2015-07-211-0/+1
* perf header: Add AUX area tracing featureAdrian Hunter2015-04-291-0/+1
* perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim2014-11-051-5/+3
* perf tools: Add dsos__hit_all()Adrian Hunter2014-07-231-0/+2
* tools: Consolidate types.hBorislav Petkov2014-05-011-2/+2
* perf header: Pack 'struct perf_session_env'Arnaldo Carvalho de Melo2014-01-131-5/+5
* perf header: Recognize version number for perf data fileJiri Olsa2013-07-171-5/+11
* perf header: Introduce feat_offset into perf_headerJiri Olsa2013-07-171-0/+1
* perf header: Remove attr_offset from perf_headerJiri Olsa2013-07-171-1/+0
* perf session: Use session->fd instead of passing fd as argumentJiri Olsa2013-07-171-1/+1