aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-11trace-cmd: Version 2.4.2trace-cmd-v2.4.2trace-cmd-stable-v2.4Steven Rostedt (Red Hat)1-1/+1
2015-02-11trace-cmd read: Fix --boundary optionSteven Rostedt (Red Hat)1-1/+1
2015-02-09trace-cmd: Make read nonblocking in find_time_stamp().Aaron Fabbri1-1/+1
2015-02-03trace-cmd: Version 2.4.1trace-cmd-v2.4.1Steven Rostedt (Red Hat)1-1/+1
2015-02-03trace-cmd: Add support for using tracefs filesystemSteven Rostedt (Red Hat)1-14/+53
2015-01-16trace-cmd: Clear cpustats when making duplicate of a handleSteven Rostedt (Red Hat)1-0/+1
2015-01-16trace-cmd read: Check for out of bounds before testing file nameSteven Rostedt (Red Hat)1-1/+1
2015-01-16tools lib traceevent: Add support for IP address formatsDavid Ahern1-0/+328
2015-01-16trace-cmd record: Fix memory leak in check_plugin()Steven Rostedt (Red Hat)1-2/+4
2015-01-16trace-cmd: Flush out stdout before forking in recordSteven Rostedt (Red Hat)1-0/+3
2015-01-16trace-cmd: Remove dead code "filter_record()" from trace-cmd readSteven Rostedt (Red Hat)1-9/+0
2015-01-16trace-cmd: Have record put back options filters and triggersSteven Rostedt (Red Hat)3-5/+1246
2015-01-16trace-cmd: Clear triggers before writing to themSteven Rostedt (Red Hat)1-0/+60
2015-01-06tools lib traceevent: Fix a risk for doing free on uninitialized pointerRickard Strandqvist1-3/+3
2015-01-05trace-cmd: Use record->cpu instead of tracking cpuSteven Rostedt (Red Hat)1-17/+8
2015-01-05parse-events: Handle '%z' in bprint formatSteven Rostedt (Red Hat)1-0/+4
2015-01-05trace-cmd: Make sure we have a pending pid in trace-histJosef Bacik1-5/+9
2015-01-05trace-cmd: Free trace_clock and cpustatsSteven Rostedt (Red Hat)2-0/+2
2015-01-05kbuffer: Remove extra update to data pointer in PADDINGSteven Rostedt (Red Hat)1-1/+0
2015-01-05parse-events: Copy trace_clock and free itSteven Rostedt (Red Hat)2-3/+9
2015-01-05trace-cmd: Free filter tokensSteven Rostedt (Red Hat)1-0/+2
2015-01-05trace-cmd: Free filter string stringSteven Rostedt (Red Hat)1-2/+6
2015-01-05trace-cmd: Fix use of filter variable after freeSteven Rostedt (Red Hat)1-2/+2
2014-12-16trace-cmd: Free variable in make_sched_event()Steven Rostedt (Red Hat)1-0/+1
2014-12-16trace-cmd: Add tracecmd_get_tracing_dir() that does not need to be freedSteven Rostedt (Red Hat)5-20/+24
2014-12-16trace-cmd: Fix off-by-one in make_sched_event()Steven Rostedt (Red Hat)1-1/+1
2014-06-27trace-cmd: Handle NULL comm name in .dat fileJosef Bacik1-1/+4
2014-06-27trace-cmd: Don't die if an instance does not have 'current_tracer' fileYoshihiro YUNOMAE1-1/+11
2014-06-27trace-cmd: Initialize handle->options list in tracecmd_attach_cpu_data_fd()Yoshihiro YUNOMAE1-0/+1
2014-06-23trace-cmd: Add missing mode to open() callSeth Forshee1-1/+1
2014-06-16trace-cmd: Version 2.4trace-cmd-v2.4Steven Rostedt (Red Hat)1-1/+1
2014-06-12trace-cmd: Free pevent after unloading pluginsSteven Rostedt (Red Hat)1-1/+1
2014-06-12trace-cmd: Do not check for enabled tracing for extractSteven Rostedt (Red Hat)1-2/+3
2014-06-12tools lib traceevent: Unregister handler when xen plugin is unloadedNamhyung Kim1-0/+6
2014-06-12tools lib traceevent: Unregister handler when scsi plugin is unloadedNamhyung Kim1-0/+6
2014-06-12tools lib traceevent: Unregister handler when sched_switch plugin is unloadedNamhyung Kim1-0/+12
2014-06-12trace-cmd: Unregister the kvm plugin nested handlersSteven Rostedt (Red Hat)1-0/+6
2014-06-12tools lib traceevent: Unregister handler when kvm plugin is unloadedNamhyung Kim1-0/+29
2014-06-12tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa1-0/+16
2014-06-12trace-cmd: Remove extra kfree event handler from kmem pluginSteven Rostedt (Red Hat)1-3/+0
2014-06-12tools lib traceevent: Unregister handler when kmem plugin is unloadedNamhyung Kim1-0/+22
2014-06-12trace-cmd: Synchronize plugin_jbd2 with what's in the kernelSteven Rostedt (Red Hat)1-6/+6
2014-06-12tools lib traceevent: Unregister handler when jbd2 plugin is is unloadedNamhyung Kim1-0/+9
2014-06-12tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa1-17/+2
2014-06-12tools lib traceevent: Unregister handler when hrtimer plugin is unloadedNamhyung Kim1-0/+10
2014-06-12tools lib traceevent: Unregister handler when function plugin is unloadedNamhyung Kim1-0/+3
2014-06-12trace-cmd: Add pevent to function and python plugin unloadersSteven Rostedt (Red Hat)2-2/+2
2014-06-12tools lib traceevent: fix pointer-integer size mismatchMark Rutland2-2/+2
2014-06-12tools lib traceevent: Add scsi pluginJiri Olsa2-0/+424
2014-06-12tools lib traceevent: Add xen pluginJiri Olsa2-0/+131
2014-06-12trace-cmd: Synchronize Makefile plugin list with what's in the kernelSteven Rostedt (Red Hat)1-4/+4
2014-06-12trace-cmd: Synchronize plugin_cfg80211 to what's in the kernelSteven Rostedt (Red Hat)1-3/+4
2014-06-12tools lib traceevent: Unregister handler when cfg80211 plugin is unloadedNamhyung Kim1-0/+6
2014-06-12tools lib traceevent: Check return value of realloc()Namhyung Kim1-4/+9
2014-06-12tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()Namhyung Kim1-2/+5
2014-06-12tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa1-0/+10
2014-06-12tools lib traceevent: Do not call warning() directlyNamhyung Kim1-2/+4
2014-06-12tools lib traceevent: Print event name when show warning if possibleNamhyung Kim1-41/+62
2014-06-12trace-cmd: Close the tracing_on_fd descriptor when deleting an instanceSteven Rostedt (Red Hat)1-0/+4
2014-06-12trace-cmd: Add -d option to reset to delete an instanceSteven Rostedt (Red Hat)3-2/+16
2014-06-12trace-cmd: Allow setting of buffer size to instancesSteven Rostedt (Red Hat)3-10/+30
2014-06-12trace-cmd: Have -t option reset instance to top_instanceSteven Rostedt (Red Hat)1-3/+6
2014-06-12trace-cmd: Add new restart commandSteven Rostedt (Red Hat)3-0/+34
2014-06-12trace-cmd: Clean up trace-cmd stop optionsSteven Rostedt (Red Hat)1-8/+8
2014-06-12trace-cmd: Have trace-cmd reset reset instances too with -B optionSteven Rostedt (Red Hat)3-2/+30
2014-06-12trace-cmd: Add -B option to list command to show buffer instancesSteven Rostedt (Red Hat)3-1/+50
2014-06-12trace-cmd: Add --stat to usage of trace-cmd reportSteven Rostedt (Red Hat)1-0/+2
2014-06-12trace-cmd: Add instance buffers to statsSteven Rostedt (Red Hat)1-0/+19
2014-06-12trace-cmd: Fix bug returning realloced option as descriptorSteven Rostedt (Red Hat)1-27/+29
2014-06-12trace-cmd: Add helper function get_instance_dir()Steven Rostedt (Red Hat)1-17/+24
2014-06-12trace-cmd: Report stats for all instancesSteven Rostedt (Red Hat)3-58/+113
2014-06-12trace-cmd: Add top_instance helper functionsSteven Rostedt (Red Hat)1-8/+18
2014-06-12trace-cmd: Allow recording of plugins in instancesSteven Rostedt (Red Hat)2-55/+131
2014-06-12trace-cmd: Make recording events in instance file not affect top instanceSteven Rostedt (Red Hat)1-9/+63
2014-06-12trace-cmd: Reset trace_on for existing instancesSteven Rostedt (Red Hat)2-10/+33
2014-06-12tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt2-0/+120
2014-05-13trace-cmd: Add -F -l -R options to trace-cmd list for eventsSteven Rostedt (Red Hat)3-9/+170
2014-05-13trace-cmd: Add trigger option '-R' to trace-cmd record/startSteven Rostedt (Red Hat)3-5/+60
2014-05-13trace-cmd: Add ways to see various file content in trace-cmd-showSteven Rostedt (Red Hat)4-8/+143
2014-05-12trace-cmd: Export the instance maniputation to other partsSteven Rostedt (Red Hat)3-35/+71
2014-05-12trace-cmd: Add -B and -t options to trace-cmd stopSteven Rostedt (Red Hat)3-3/+47
2014-04-28trace-cmd: Remove redundant disable_all() from set_funcs()Steven Rostedt (Red Hat)1-3/+1
2014-04-28trace-cmd: Add a for_all_instances() loopSteven Rostedt (Red Hat)1-31/+17
2014-04-25trace-cmd: Add trace-cmd report --event optionSteven Rostedt (Red Hat)4-19/+220
2014-04-24trace-cmd: Add regex for listing of eventsSteven Rostedt (Red Hat)2-42/+49
2014-04-22tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt (Red Hat)1-0/+1
2014-04-22trace-cmd: Add split -C <cpu> to strip out a single cpu from fileSteven Rostedt (Red Hat)2-3/+13
2014-04-22trace-cmd: Clean up some warnings gcc was complaining aboutSteven Rostedt (Red Hat)3-7/+0
2014-04-22trace-cmd: Make network handler statically globalSteven Rostedt (Red Hat)1-2/+5
2014-04-22trace-cmd: Add pevent to unload plugin function handlerSteven Rostedt (Red Hat)6-11/+12
2014-04-21trace-cmd: Fix backward compatibility macros for pevent filter enumsSteven Rostedt (Red Hat)1-2/+2
2014-04-21trace-cmd: Make plugin_function.c closer to tools lib traceeventSteven Rostedt (Red Hat)1-15/+24
2014-04-14trace-cmd: Add event-plugin.o to MakefileSteven Rostedt (Red Hat)1-1/+1
2014-04-11tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa1-3/+16
2014-04-11tools lib traceevent: Add plugin supportJiri Olsa2-0/+207
2014-04-11tools lib traceevent: Add state member to struct trace_seqNamhyung Kim3-14/+50
2014-04-11trace-seq: Add bug.h for WARN_ONCE() macroSteven Rostedt (Red Hat)1-0/+14
2014-04-11parse-event: Fix whitespace errorSteven Rostedt (Red Hat)1-1/+1
2014-04-11tools lib traceevent: Add pevent_unregister_print_function()Namhyung Kim2-0/+25
2014-04-11tools lib traceevent: Add pevent_unregister_event_handler()Namhyung Kim2-14/+102
2014-04-11tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim3-61/+61
2014-04-11tools lib traceevent: Get rid of die() in some string conversion functionsNamhyung Kim1-48/+19
2014-04-11tools lib traceevent: Refactor pevent_filter_match() to get rid of die()Namhyung Kim2-57/+99
2014-04-11tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errnoNamhyung Kim6-75/+44
2014-04-11tools lib traceevent: Refactor process_filter()Namhyung Kim2-28/+42
2014-04-11tools lib traceevent: Refactor create_arg_item()Namhyung Kim2-11/+12
2014-04-11tools lib traceevent: Get rid of die() in reparent_op_arg()Namhyung Kim2-35/+64
2014-04-11tools lib traceevent: Make add_left() return pevent_errnoNamhyung Kim1-3/+3
2014-04-11tools lib traceevent: Get rid of die() in add_right()Namhyung Kim2-16/+26
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in find_event()Namhyung Kim2-9/+22
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in read_token()Namhyung Kim1-1/+7
2014-04-11tools lib traceevent: Get rid of malloc_or_die() allocate_arg()Namhyung Kim1-8/+40
2014-04-11tools lib traceevent: Get rid of die in add_filter_type()Namhyung Kim1-5/+16
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in show_error()Namhyung Kim1-1/+15
2014-04-11tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()Namhyung Kim2-7/+16
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_...Namhyung Kim1-1/+7
2014-04-11tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim1-2/+5
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim1-3/+13
2014-04-11tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim1-1/+4
2014-04-11tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa2-22/+38
2014-04-11tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt1-1/+6
2014-04-11tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo1-1/+1
2014-04-11tools lib traceevent: Report better error message on bad function argsSteven Rostedt1-10/+18
2014-04-11tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt1-2/+21
2014-03-06trace-cmd: Use "python2" executable nameNikolay Amiantov2-2/+2
2014-03-06trace-input: Init kbuf back to NULL after free kbufDitang Chen1-2/+2
2014-02-12trace-cmd: Let hist function work with function graphSteven Rostedt (Red Hat)3-9/+116
2014-01-20trace-cmd: Add --comm parameter to reportSteven Rostedt (Red Hat)1-5/+60
2014-01-20parse-event: Add pevent_data_pid_from_comm()Steven Rostedt (Red Hat)2-0/+95
2014-01-18trace-cmd: Fix pid filter realloc useSteven Rostedt (Red Hat)1-1/+1
2014-01-15trace-cmd: Add -M in trace-cmd record -hSteven Rostedt (Red Hat)1-0/+1
2014-01-14trace-cmd: Have report handle the trace_clock bugSteven Rostedt (Red Hat)1-2/+11
2014-01-14trace-cmd: Fix overwriting of trace_clock file in trace.datSteven Rostedt (Red Hat)1-0/+22
2014-01-08trace-cmd: Fix out-of-tree buildKusanagi Kouichi1-1/+1
2014-01-07trace-cmd: Clear top level trace instance too on recordSteven Rostedt (Red Hat)1-0/+2
2014-01-06trace-cmd: Version 2.3.0trace-cmd-v2.3.0Steven Rostedt (Red Hat)1-2/+2
2014-01-06trace-cmd: Version 2.2.1Steven Rostedt (Red Hat)1-1/+1
2014-01-06Makefile: Use CPPFLAGS from the environmentSeth Forshee1-8/+9
2014-01-06trace-cmd: Fix and cleanup kvm_nested_vmexit tracepointsJan Kiszka1-12/+6
2014-01-06trace-cmd: Factor out print_exit_reason in kvm pluginJan Kiszka1-4/+13
2014-01-06trace-cmd: Fix filter on pids to work more robustlySteven Rostedt (Red Hat)1-22/+20
2013-11-18parse-events: Add direct access to dynamic arraysSteven Rostedt1-0/+13
2013-11-18tools list traceevent: Add cfg80211 pluginJiri Olsa2-0/+24
2013-11-18trace-cmd: Fix Makefile list of PLUGIN_OBJS to be more readableSteven Rostedt (Red Hat)1-3/+9
2013-11-04trace-cmd: Use pkg-config instead of python-configRomain1-3/+5
2013-11-01tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo1-1/+1
2013-11-01tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo1-2/+2
2013-11-01tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2-5/+5
2013-11-01tools lib traceevent: Add page_size field to peventNamhyung Kim1-0/+11
2013-11-01tools lib traceevent: Add trace_seq_reset()Namhyung Kim2-0/+14
2013-11-01tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo1-0/+1
2013-11-01tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo1-3/+4
2013-11-01tools lib traceevent: test correct variable after allocationSasha Levin1-1/+1
2013-11-01tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim1-0/+2
2013-11-01perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi1-1/+2
2013-11-01tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa1-2/+37
2013-11-01tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo1-4/+4
2013-11-01Makefile: Ensure _GNU_SOURCE really is always definedSeth Forshee1-1/+1
2013-11-01build: Use CFLAGS and LDFLAGS when building python bitsSeth Forshee1-4/+4
2013-10-25Documentation: Add kernelshark.1.txtSeth Forshee1-0/+46
2013-10-25Add missing libgen.h includesSeth Forshee3-0/+3
2013-10-25build: Install data files without execute permissionsSeth Forshee2-12/+25
2013-10-18trace-cmd: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran1-8/+16
2013-10-14trace-cmd: Split out binding a port and fork reader from open_udp()Yoshihiro YUNOMAE1-8/+30
2013-08-26trace-cmd: Clear out instances as wellSteven Rostedt (Red Hat)1-2/+10
2013-08-22trace-cmd: Add -M option to set tracing_cpumask to record/startSteven Rostedt (Red Hat)2-1/+75
2013-08-21trace-cmd: Report unknown VMX exit reasons with codeJan Kiszka1-4/+8
2013-08-21trace-cmd: Add a "make dist" targetFlorian Fainelli1-0/+8
2013-08-20trace-cmd: Have get_date_to_ts() fail if time stamp is not foundSteven Rostedt (Red Hat)1-0/+5
2013-08-20trace-cmd: Disable all on extract with --date optionSteven Rostedt (Red Hat)2-1/+12
2013-08-20trace-cmd: Split out the communication with client from process_client()Yoshihiro YUNOMAE1-46/+115
2013-08-20trace-cmd: Split out the connect waiting loop from do_listen()Yoshihiro YUNOMAE1-19/+26
2013-08-20trace-cmd: Split out the communication with listener from setup_network()Yoshihiro YUNOMAE1-57/+62
2013-08-20trace-cmd: Quit from splice(read) if there are no dataYoshihiro YUNOMAE1-1/+4
2013-08-20trace-cmd: Add waitpid() when recorders are destoriedYoshihiro YUNOMAE1-0/+1
2013-08-20trace-cmd: Delete the variable iface in trace-listenYoshihiro YUNOMAE1-5/+1
2013-08-15trace-cmd: Check for spaces in character arraySteven Rostedt (Red Hat)1-1/+1
2013-08-14trace-cmd: Update VMX exit reasons in KVM pluginJan Kiszka1-1/+8
2013-07-22trace-cmd: Add -m option to record to limit size of data filetrace-develSteven Rostedt (Red Hat)5-9/+202
2013-07-08trace-cmd,doc: Fix trace-cmd-snapshot syntaxSteven Rostedt (Red Hat)1-2/+2
2013-07-08trace-cmd,Makefile: Use ':=' to only execute the find onceSteven Rostedt (Red Hat)1-1/+3
2013-07-08trace-cmd,Makefile: Use find instead of locate to find docbook.xslSteven Rostedt (Red Hat)1-1/+1
2013-07-03trace-cmd: Make _GNU_SOURCE always definedSteven Rostedt (Red Hat)1-1/+4
2013-07-02trace-cmd: Fix missing 'n' in output for newlineJan-Simon Möller1-1/+1
2013-05-29trace-cmd: Add the .gitattributes fileJohn Kacur1-0/+2
2013-05-29Makefile: Add libdir variableJohn Kacur1-2/+3
2013-05-28trace-cmd: Add support for extracting trace_clock in reportYoshihiro YUNOMAE6-13/+108
2013-05-28trace-cmd: Add recording to trace_clockYoshihiro YUNOMAE3-0/+7
2013-05-28trace-cmd: Add RT specific timings for wakeup infoSteven Rostedt (Red Hat)1-12/+65
2013-05-24trace-cmd: Define general functions for outputting/inputting saved_cmdlinesYoshihiro YUNOMAE2-41/+73
2013-03-14tracing: Add trace-cmd record -D option to force proc use of ftrace_enabledSteven Rostedt (Red Hat)3-5/+21
2013-03-14trace-cmd: Have record -d disable function-trace optionSteven Rostedt (Red Hat)1-6/+36
2013-03-09parse-events: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)1-4/+4
2013-03-09parse-events: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)1-1/+7
2013-03-09parse-events: Update printk formats when enteredSteven Rostedt (Red Hat)2-16/+15
2013-03-08trace-cmd: Remove trace-options.c fileSteven Rostedt (Red Hat)3-114/+2
2013-03-08trace-cmd: Add snapshot commandSteven Rostedt (Red Hat)6-2/+212
2013-03-08trace-cmd: Add trace-cmd show to dump out trace file contentsSteven Rostedt (Red Hat)3-0/+151
2013-03-08trace-cmd: Add support for multi-buffers in reportSteven Rostedt (Red Hat)3-48/+206
2013-03-08trace-cmd: Add recording to buffer instancesSteven Rostedt (Red Hat)6-143/+494