| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-25 | perf symbol: Add blocking argument to filename__read_build_id | Ian Rogers | 1 | -2/+2 |
| 2025-07-25 | perf session: Add host_env argument to perf_session__new | Ian Rogers | 1 | -1/+2 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -1/+1 |
| 2025-07-25 | perf dso: Move build_id to dso_id | Ian Rogers | 1 | -15/+21 |
| 2025-06-20 | perf tools: display the new PERF_RECORD_BPF_METADATA event | Blake Jones | 1 | -0/+1 |
| 2025-01-14 | perf inject: Fix use without initialization of local variables | Ian Rogers | 1 | -4/+4 |
| 2024-09-10 | perf callchain: Allow symbols to be optional when resolving a callchain | Ian Rogers | 1 | -1/+1 |
| 2024-09-10 | perf inject: Lazy build-id mmap2 event insertion | Ian Rogers | 1 | -12/+50 |
| 2024-09-10 | perf inject: Add new mmap2-buildid-all option | Ian Rogers | 1 | -3/+85 |
| 2024-09-10 | perf inject: Fix build ID injection | Ian Rogers | 1 | -39/+131 |
| 2024-08-30 | perf inject: Overhaul handling of pipe files | Ian Rogers | 1 | -29/+31 |
| 2024-08-19 | perf inject: Combine mmap and mmap2 handling | Ian Rogers | 1 | -62/+56 |
| 2024-08-19 | perf inject: Combine different mmap and mmap2 functions | Ian Rogers | 1 | -123/+76 |
| 2024-08-19 | perf inject: Combine build_ids and build_id_all into enum | Ian Rogers | 1 | -20/+31 |
| 2024-08-19 | perf dso: Constify dso_id | Ian Rogers | 1 | -1/+1 |
| 2024-08-13 | perf inject: Inject build ids for entire call chain | Ian Rogers | 1 | -0/+31 |
| 2024-08-12 | perf inject: Use perf_tool__init() | Ian Rogers | 1 | -48/+43 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -35/+35 |
| 2024-08-12 | perf inject: Fix leader sampling inserting additional samples | Ian Rogers | 1 | -0/+1 |
| 2024-07-31 | perf inject: Convert comma to semicolon | Chen Ni | 1 | -1/+1 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -36/+35 |
| 2024-04-12 | perf dsos: Introduce dsos__for_each_dso() | Ian Rogers | 1 | -10/+15 |
| 2024-04-12 | perf dsos: Attempt to better abstract DSOs internals | Ian Rogers | 1 | -1/+1 |
| 2023-11-09 | perf record: Lazy load kernel symbols | Ian Rogers | 1 | -0/+6 |
| 2023-06-12 | perf inject: Lazily allocate guest_event event_buf | Ian Rogers | 1 | -3/+12 |
| 2023-06-12 | perf inject: Lazily allocate event_copy | Ian Rogers | 1 | -3/+13 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -0/+2 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -1/+1 |
| 2023-04-17 | perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso... | Arnaldo Carvalho de Melo | 1 | -3/+1 |
| 2023-04-12 | perf inject: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2023-04-06 | perf map: Add accessors for ->prot, ->priv and ->flags | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -3/+5 |
| 2023-02-23 | perf inject: Fix --buildid-all not to eat up MMAP2 | Namhyung Kim | 1 | -0/+1 |
| 2023-02-01 | perf inject: Use perf_data__read() for auxtrace | Namhyung Kim | 1 | -3/+3 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -0/+8 |
| 2022-10-04 | perf dso: Hold lock when accessing nsinfo | Ian Rogers | 1 | -0/+4 |
| 2022-10-04 | perf inject: Add a command line option to specify build ids. | Raul Silvera | 1 | -0/+85 |
| 2022-07-26 | perf inject: Fix spelling mistake "theads" -> "threads" | Colin Ian King | 1 | -1/+1 |
| 2022-07-20 | perf inject: Add support for injecting guest sideband events | Adrian Hunter | 1 | -1/+1042 |
| 2022-07-18 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2022-06-26 | perf inject: Adjust output data offset for backward compatibility | Raul Silvera | 1 | -1/+1 |
| 2022-06-26 | perf inject: Fix missing free in copy_kcore_dir() | Adrian Hunter | 1 | -1/+3 |
| 2022-06-24 | perf header: Record non-CPU PMU capabilities | Ravi Bangoria | 1 | -1/+1 |
| 2022-06-23 | perf record: Add finished init event | Adrian Hunter | 1 | -0/+1 |
| 2022-05-23 | perf inject: Keep a copy of kcore_dir | Adrian Hunter | 1 | -3/+30 |
| 2022-05-23 | perf inject: Keep some features sections from input file | Adrian Hunter | 1 | -1/+128 |
| 2022-02-11 | perf namespaces: Add functions to access nsinfo | Ian Rogers | 1 | -1/+1 |
| 2022-02-10 | perf report: Output data file name in raw trace dump | Alexey Bayduraev | 1 | -1/+2 |
| 2022-02-10 | perf inject: Try chroot directory when reading build-id | Namhyung Kim | 1 | -0/+10 |
| 2022-01-22 | perf tools: Remove redundant err variable | Minghao Chi | 1 | -4/+1 |
| 2021-12-18 | perf inject: Fix segfault due to perf_data__fd() without open | Adrian Hunter | 1 | -3/+7 |
| 2021-12-18 | perf inject: Fix segfault due to close without open | Adrian Hunter | 1 | -1/+2 |
| 2021-12-06 | perf inject: Fix itrace space allowed for new attributes | Adrian Hunter | 1 | -1/+1 |
| 2021-11-07 | perf inject: Add vmlinux and ignore-vmlinux arguments | James Clark | 1 | -0/+7 |
| 2021-10-20 | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 1 | -1/+3 |
| 2021-08-02 | perf inject: Fix output from a file to a pipe | Namhyung Kim | 1 | -2/+26 |
| 2021-08-02 | perf inject: Fix output from a pipe to a file | Namhyung Kim | 1 | -5/+10 |
| 2021-08-02 | perf tools: Pass a fd to perf_file_header__read_pipe() | Namhyung Kim | 1 | -1/+2 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -1/+1 |
| 2021-07-15 | perf inject: Close inject.output on exit | Riccardo Mancini | 1 | -2/+6 |
| 2021-07-15 | perf inject: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -2/+3 |
| 2021-05-26 | perf inject: Do not inject BUILD_ID record if MMAP2 has it | Namhyung Kim | 1 | -0/+24 |
| 2021-05-26 | perf inject: Call dso__put() even if dso->hit is set | Namhyung Kim | 1 | -2/+2 |
| 2021-05-12 | perf inject: Add --vm-time-correlation option | Adrian Hunter | 1 | -0/+44 |
| 2021-05-12 | perf inject: Add facility to do in place update | Adrian Hunter | 1 | -4/+22 |
| 2021-04-05 | perf inject: Fix repipe usage | Adrian Hunter | 1 | -1/+1 |
| 2021-02-03 | perf inject jit: Add namespaces support | Yonatan Goldschmidt | 1 | -2/+2 |
| 2020-11-30 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -11/+1 |
| 2020-11-16 | perf inject: Fix file corruption due to event deletion | Al Grant | 1 | -11/+1 |
| 2020-11-16 | perf data: Allow to use stdio functions for pipe mode | Namhyung Kim | 1 | -0/+2 |
| 2020-10-14 | perf tools: Pass build_id object to filename__read_build_id() | Jiri Olsa | 1 | -3/+1 |
| 2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -2/+2 |
| 2020-10-13 | perf inject: Add --buildid-all option | Namhyung Kim | 1 | -5/+108 |
| 2020-10-13 | perf inject: Do not load map/dso when injecting build-id | Namhyung Kim | 1 | -21/+12 |
| 2020-10-13 | perf inject: Enter namespace when reading build-id | Namhyung Kim | 1 | -2/+6 |
| 2020-10-13 | perf inject: Add missing callbacks in perf_tool | Namhyung Kim | 1 | -5/+31 |
| 2020-10-13 | perf bench: Add build-id injection benchmark | Namhyung Kim | 1 | -5/+4 |
| 2020-07-08 | perf inject jit: Remove //anon mmap events | Steve MacLean | 1 | -2/+2 |
| 2020-05-28 | perf tools: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-05 | perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 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__{str,int}val() and other tracepoint field mete... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-05-05 | perf auxtrace: Add option to synthesize branch stack for regular events | Adrian Hunter | 1 | -1/+2 |
| 2019-12-04 | perf inject: Fix processing of ID index for injected instruction tracing | Adrian Hunter | 1 | -12/+1 |
| 2019-11-22 | perf inject: Cut AUX area samples | Adrian Hunter | 1 | -0/+29 |
| 2019-11-06 | perf inject: Make --strip keep evsels | Adrian Hunter | 1 | -54/+0 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -2/+3 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -7/+7 |
| 2019-07-29 | perf evlist: Rename perf_evlist__remove() to evlist__remove() | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evsel: Rename perf_evsel__delete() to evsel__delete() | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -4/+4 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -15/+15 |
| 2019-07-09 | perf inject: The tool->read() call may pass a NULL evsel, handle it | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-15 | perf inject: Enable COMPRESSED record decompression | Alexey Budankov | 1 | -0/+4 |
| 2019-02-22 | perf data: Add global path holder | Jiri Olsa | 1 | -6/+4 |
| 2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-09-19 | perf tools: Report itrace options in help | Andi Kleen | 1 | -1/+2 |
| 2018-09-19 | perf tools: Remove perf_tool from event_op3 | Jiri Olsa | 1 | -6/+5 |
| 2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa | 1 | -15/+11 |
| 2018-04-26 | perf thread: Make thread__find_map() return the map | Arnaldo Carvalho de Melo | 1 | -3/+1 |
| 2018-04-26 | perf thread: Introduce thread__find_map() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-01-18 | perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize... | Adrian Hunter | 1 | -2/+1 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+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-10-30 | perf tools: Add struct perf_data_file | Jiri Olsa | 1 | -5/+7 |
| 2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -13/+13 |
| 2017-07-18 | perf tools: Add feature header record to pipe-mode | David Carrillo-Cisneros | 1 | -0/+1 |
| 2017-04-24 | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-20 | perf tools: Add signal.h to places using its definitions | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-11 | perf inject: Don't proceed if perf_session__process_event() fails | David Carrillo-Cisneros | 1 | -0/+2 |
| 2017-03-27 | perf tools: Remove unused 'prefix' from builtin functions | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+13 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2016-03-31 | perf tools: Add time conversion event | Adrian Hunter | 1 | -0/+1 |
| 2016-03-23 | perf tools: Add cpumode to struct perf_sample | Arnaldo Carvalho de Melo | 1 | -4/+1 |
| 2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2016-03-10 | perf jitdump: Build only on supported archs | Jiri Olsa | 1 | -5/+7 |
| 2016-03-09 | perf jitdump: DWARF is also needed | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2016-03-08 | perf jit: Move clockid validation | Adrian Hunter | 1 | -24/+0 |
| 2016-03-08 | perf jit: Let jit_process() return errors | Adrian Hunter | 1 | -4/+12 |
| 2016-03-08 | perf inject: Hit all DSOs for AUX data in JIT and other cases | Adrian Hunter | 1 | -4/+8 |
| 2016-02-05 | perf inject: Add jitdump mmap injection support | Stephane Eranian | 1 | -3/+95 |
| 2016-02-05 | perf inject: Make sure mmap records are ordered when injecting build_ids | Arnaldo Carvalho de Melo | 1 | -0/+11 |
| 2015-12-17 | perf subcmd: Create subcmd library | Josh Poimboeuf | 1 | -1/+1 |
| 2015-11-13 | perf inject: Also re-pipe lost_samples event | Adrian Hunter | 1 | -0/+1 |
| 2015-09-28 | perf inject: Add --strip option to strip out non-synthesized events | Adrian Hunter | 1 | -0/+92 |
| 2015-09-28 | perf inject: Remove more aux-related stuff when processing instruction traces | Adrian Hunter | 1 | -1/+28 |
| 2015-09-28 | perf inject: Set branch stack feature flag when synthesizing branch stacks | Adrian Hunter | 1 | -1/+5 |
| 2015-07-23 | perf tools: Add new PERF_RECORD_SWITCH event | Adrian Hunter | 1 | -0/+1 |
| 2015-07-01 | perf inject: Fill in the missing session freeing after an error occurs | Taeung Song | 1 | -3/+4 |
| 2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_ITRACE_START | Adrian Hunter | 1 | -0/+1 |
| 2015-05-05 | perf tools: Add support for PERF_RECORD_AUX | Adrian Hunter | 1 | -0/+1 |
| 2015-05-05 | perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing | Adrian Hunter | 1 | -19/+34 |
| 2015-05-04 | perf tools: Hit all build ids when AUX area tracing | Adrian Hunter | 1 | -1/+7 |
| 2015-05-04 | perf tools: Add AUX area tracing index | Adrian Hunter | 1 | -0/+15 |
| 2015-04-29 | perf inject: Add Instruction Tracing support | Adrian Hunter | 1 | -2/+69 |
| 2015-04-29 | perf inject: Re-pipe AUX area tracing events | Adrian Hunter | 1 | -5/+58 |
| 2015-04-02 | perf inject: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -0/+1 |
| 2015-03-12 | perf tools: tool->finished_round() doesn't need perf_session | Arnaldo Carvalho de Melo | 1 | -1/+8 |
| 2015-03-11 | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2015-01-29 | perf tools: Use perf_data_file__fd() consistently | Namhyung Kim | 1 | -2/+3 |
| 2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+1 |
| 2014-10-29 | perf tools: A thread's machine can be found via thread->mg->machine | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2014-09-26 | perf tools: Modify error code for when perf_session__new() fails | Taeung Song | 1 | -1/+1 |
| 2014-08-13 | perf tools: Check recorded kernel version when finding vmlinux | Namhyung Kim | 1 | -1/+1 |
| 2014-08-13 | perf inject: Move session handling out of __cmd_inject() | Namhyung Kim | 1 | -12/+17 |
| 2014-08-12 | perf tools: Rename ordered_samples bool to ordered_events | Jiri Olsa | 1 | -1/+1 |
| 2014-07-25 | perf inject: Add --kallsyms parameter | Adrian Hunter | 1 | -0/+2 |
| 2014-07-16 | perf inject: Fix build id injection | Adrian Hunter | 1 | -0/+3 |
| 2014-06-09 | perf tools: Fix pipe check regression in attr event callback | Jiri Olsa | 1 | -1/+1 |
| 2014-05-12 | perf tools: Use tid for finding thread | Namhyung Kim | 1 | -1/+1 |
| 2014-02-18 | perf callchain: Add mask into struct regs_dump | Jiri Olsa | 1 | -1/+0 |
| 2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2013-12-19 | perf inject: Handle output file via perf_data_file object | Jiri Olsa | 1 | -38/+27 |
| 2013-11-07 | perf evsel: Ditch evsel->handler.data field | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2013-10-23 | perf inject: Do not repipe attributes to a perf.data file | Adrian Hunter | 1 | -0/+5 |
| 2013-10-23 | perf tools: Stop using 'self' in some more places | Arnaldo Carvalho de Melo | 1 | -11/+11 |
| 2013-10-21 | perf tools: Add data object to handle perf data file | Jiri Olsa | 1 | -1/+6 |
| 2013-10-09 | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 1 | -1/+1 |
| 2013-09-19 | perf session: Check for SIGINT in more loops | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -0/+15 |
| 2013-08-29 | perf tools: Expand perf_event__synthesize_sample() | Adrian Hunter | 1 | -1/+3 |
| 2013-08-29 | perf tools: Remove references to struct ip_event | Adrian Hunter | 1 | -2/+2 |
| 2013-08-29 | perf tools: change machine__findnew_thread() to set thread pid | Adrian Hunter | 1 | -1/+1 |
| 2013-08-12 | perf tools: Remove filter parameter of thread__find_addr_map() | Adrian Hunter | 1 | -1/+1 |
| 2013-08-07 | perf symbols: Load kernel maps before using | Adrian Hunter | 1 | -1/+1 |
| 2013-07-15 | perf tools: Remove event types framework completely | Jiri Olsa | 1 | -7/+0 |
| 2013-07-12 | perf inject: Add missing 'finished_round' | Adrian Hunter | 1 | -0/+1 |
| 2013-07-12 | perf tools: Fix missing tool parameter | Adrian Hunter | 1 | -15/+11 |
| 2013-07-12 | perf inject: Remove unused parameter | Adrian Hunter | 1 | -10/+9 |
| 2012-10-26 | perf inject: Mark a dso if it's used | Andrew Vagin | 1 | -3/+8 |
| 2012-10-26 | perf inject: Merge sched_stat_* and sched_switch events | Andrew Vagin | 1 | -3/+139 |
| 2012-10-26 | perf inject: Work with files | Andrew Vagin | 1 | -3/+35 |
| 2012-10-06 | perf event: No need to create a thread when handling PERF_RECORD_EXIT | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2012-10-02 | perf inject: Don't use globals where not needed to | Arnaldo Carvalho de Melo | 1 | -7/+6 |
| 2012-10-02 | perf inject: Remove static variables | Arnaldo Carvalho de Melo | 1 | -34/+38 |
| 2012-10-02 | perf inject: Remove unused 'input_name' static var | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2012-09-28 | perf tools: Convert to LIBELF_SUPPORT | Namhyung Kim | 1 | -1/+1 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -11/+13 |
| 2012-08-09 | perf symbols: Support minimal build without libelf | Namhyung Kim | 1 | -1/+4 |
| 2012-05-22 | perf inject: Fix broken perf inject -b | Stephane Eranian | 1 | -0/+5 |
| 2011-11-28 | perf tools: Rename perf_event_ops to perf_tool | Arnaldo Carvalho de Melo | 1 | -27/+28 |
| 2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 1 | -32/+38 |
| 2011-11-28 | perf tools: Pass tool context in the the perf_event_ops functions | Arnaldo Carvalho de Melo | 1 | -21/+34 |
| 2011-11-28 | perf event: perf_event_ops->attr() manipulates only an evlist | Arnaldo Carvalho de Melo | 1 | -1/+7 |
| 2011-03-23 | perf session: Pass evsel in event_ops->sample() | Arnaldo Carvalho de Melo | 1 | -1/+10 |
| 2011-01-29 | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 1 | -39/+43 |
| 2011-01-29 | perf tools: Rename 'struct sample_data' to 'struct perf_sample' | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2010-12-21 | perf session: Fallback to unordered processing if no sample_id_all | Ian Munsie | 1 | -1/+1 |
| 2010-12-04 | perf session: Parse sample earlier | Arnaldo Carvalho de Melo | 1 | -15/+24 |
| 2010-05-04 | perf inject: Add missing bits | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2010-05-02 | perf inject: Refactor read_buildid function | Arnaldo Carvalho de Melo | 1 | -38/+38 |